Alternative to Polymer's dom-if that allows comparing two properties rather than just binding to a single boolean property
Run a command if files have changed.
No description provided.
A JavaScript text diff implementation.
Compare items in two sequences to find a longest common subsequence
Compare items in two sequences to find a longest common subsequence
Parse a JSON string that has git merge conflicts, resolving if possible
Fast Javascript text diff
Returns the git diff of two strings
Generates diffs between documents and primitive types
npm package for https://github.com/google/diff-match-patch
Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
JSON diff
Continuation of a simple and beautiful text diff viewer component made with diff and React
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
A git diff component to consume the git unified diff output.
A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI
Port of diff-match-patch to TypeScript.
Regular expression for matching semver versions
Emit event periodically (even when app is in the background)
Return an object representing the diffs between two objects. Supports jsonPatch protocol
@git-diff-view/lowlight
A diff filter highlighting changed line parts
Semantic commit analysis for Python: blast radius, symbol diffs and complexity changes.
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.