json-diff
json-diff copied to clipboard
Structural diff for JSON files
The patch notes for 1.0.3 state `1.0.3 Change from cli-color to colors to reduce package size.` I am currently trying to upgrade my project from 1.0.0 to 1.0.6 and encountering...
Related to https://github.com/andreyvit/json-diff/issues/126
Currently, setting `{ excludeKeys:['id'] }` prevents `{ outputKeys=['id'] }` or `{ full:true }` from working as documented. The documented behavior for `outputKeys` is *Always print this comma separated keys, with...
**Overview** Fixes issue as described in #102 By default array `replace` was not recursively diffing objects in arrays which would cause them to be reported as complete replacements. Instead, this...
```javascript diff( [ ['A', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], ['B', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], ],...
Hi, I'm using your library, it's great! There's an issue with some newer browser bundlers like vite, which don't like *something* about the `colors.js` library & blow up when I...
Trying to compare two files of size 701MB results in ``` FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory ```
I get this error, you probably need to revert to this : https://github.com/andreyvit/json-diff/pull/108 or something better ``` BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules...
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a...