Lightweight TypeScript utility for comparing objects, arrays, and nested data structures.
Modern TypeScript JSON diff library - Zero dependencies, high performance, ESM + CommonJS support. Calculate and apply differences between JSON objects with advanced features like key-based array diffing, JSONPath support, and atomic changesets.
No description provided.
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Port of diff-match-patch to TypeScript.
Compare items in two sequences to find a longest common subsequence
Fast Javascript text diff
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
Compare items in two sequences to find a longest common subsequence
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
A JavaScript text diff implementation.
@git-diff-view/lowlight
Apply a JSON diff/patch to YAML while preserving whitespace, comments and overall structure
JSON diff & patch (object and array diff, text diff, multiple output formats)
Continuation of a simple and beautiful text diff viewer component made with diff and React
Generates diffs between documents and primitive types
@git-diff-view/core
Parse a JSON string that has git merge conflicts, resolving if possible
Track diffs between your json documents.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
npm package for https://github.com/google/diff-match-patch
Unified diff parser
Return an object representing the diffs between two objects. Supports jsonPatch protocol
A fast, minimal, memory-efficient diff algorithm on strings, arrays, and typed arrays.