changeset
changeset copied to clipboard
Library to diff JSON objects into atomic put and delete operations, and apply change sets to objects. Useful with Levelup/LevelDB object synchronization.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...
Hi team, Can you please contact me by mail - [email protected] Thanks,
It would be great if deletion operations for arrays were presented in reverse order to ensure that they are deleted from the end rather than from the start. For regular...
Currently, there is an issue when diffing and patching an object where the types of a field changes from an object to a string. That is, I would expect the...
@eugeneware would you be happy if I introduced a PR with string diff/patching, using probably [`diff`](https://github.com/kpdecker/jsdiff)?
Bulk changes for very large records like arrays of json. that get bulk applies.