Tool to compare different versions of some code using Aria Templates.
No description provided.
Compare items in two sequences to find a longest common subsequence
Compare items in two sequences to find a longest common subsequence
No description provided.
Parse a JSON string that has git merge conflicts, resolving if possible
Fast Javascript text diff
A JavaScript text diff implementation.
Generates diffs between documents and primitive types
JSON diff & patch (object and array diff, text diff, multiple output formats)
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
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
diff with unified diff format handling
Return an object representing the diffs between two objects. Supports jsonPatch protocol
Continuation of a simple and beautiful text diff viewer component made with diff and React
A fast, minimal, memory-efficient diff algorithm on strings, arrays, and typed arrays.
TypeScript definitions for diff-match-patch
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
Unified diff parser
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.
Fast 3kb React-compatible Virtual DOM library.
Apply a diff to an object. Optionally supports jsonPatch protocol
Returns the git diff of two strings
Natural Difference Geometry
Library for diffing paths to obtain relative paths
Rust library for comparing two PostgreSQL databases
Rust client for comparing two PostgreSQL databases
RuboCop for git diff.
Convenient diffing in ruby
A Ruby implementation of the Patience diff algorithm. Patience Diff creates more readable diffs than other algorithms in some cases, particularly when much of the content has changed between the documents being compared. There's a great explanation and example [here][example]. Patience diff was originally written by Bram Cohen and is used in the [Bazaar][bazaar] version control system. This version is loosely based off the Python implementation in Bazaar. [example]: http://alfedenzo.livejournal.com/170301.html [bazaar]: http://bazaar.canonical.com/
This library performs diffs of CSV data, or any table-like source. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.
Parse `git diff` into patches and lines.
A Ruby library for parsing git diffs.
Hashdiff is a diff lib to compute the smallest difference between two hashes.
Better diff for Jupyter Notebooks by first preprocessing them and removing clutter
Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes. This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge is included with diff and merge to more easily allow versioning of arbitrary data.
A simple gem for generating string diffs
Diff Algorithm Implementation
A simple ruby module to enable conventiently colored diffs in your minitest suite.