fast-array-diff
fast-array-diff copied to clipboard
Node module to find the same/diff of two arrays.
Please analyze the possibility of not re-creating a new object when applying the patch. I want to keep the old reference to the object.
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.4.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.4.0 7.4.0 (2024-03-25) 🚀 Features eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335) Check out our...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.0.3 to 19.1.0. Release notes Sourced from @commitlint/config-conventional's releases. v19.1.0 19.1.0 (2024-03-12) Bug Fixes fix: add main and types keys in package.json by @marcalexiei in conventional-changelog/commitlint#3953 fix:...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.12.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.0 to 7.4.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.4.0 7.4.0 (2024-03-25) 🚀 Features eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335) Check out our...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.3 to 19.2.1. Release notes Sourced from @commitlint/cli's releases. v19.2.1 19.2.1 (2024-03-19) Bug Fixes fix(config-nx-scopes): include file extension in nx imports by @timonmasberg in conventional-changelog/commitlint#3979 Fix regression...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error stack traces (@voxpelli) #4985...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.3. Release notes Sourced from typescript's releases. TypeScript 5.4.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
https://github.com/google/diff-match-patch
At a glance it doesn't seem as though the library is mutating the arrays at all. It would be safer to use `readonly T[]` than `T[]`.