json-diff-ts
json-diff-ts copied to clipboard
A diff tool for JavaScript written in TypeScript.
version 4.0.1 ` export { type Changeset, CompareOperation, type EmbeddedObjKeysMapType, type EmbeddedObjKeysType, type IAtomicChange, type IChange, type IComparisonEnrichedNode, Operation, type Options, applyChangelist, applyChangeset, atomizeChangeset, compare, createContainer, createValue, diff, enrich, getTypeOfObj,...
Hello! I am encountering the "Cannot convert undefined or null to object" error. I see the fix has been implemented in that PR: https://github.com/ltwlf/json-diff-ts/pull/168 Unfortunately, the latest version (v4.0.1) does...
Thank you for a great project. Love the way you can use id’s for arrays. I do however have a problem when using atomizeChangeset with objects: ``` const oldData =...