Just get the diff of a simple inline text.
JSON diff & patch (object and array diff, text diff, multiple output formats)
A jQuery plugin to diff text painlessly. Uses Google's diff_match_patch library underneath.
diff text
A JavaScript text diff implementation.
A react component of diff text
Vue 3 components to display text and HTML differences with multiple diff strategies.
No description provided.
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
A git diff component to consume the git unified diff output.
Fast Javascript text diff
npm package for https://github.com/google/diff-match-patch
Continuation of a simple and beautiful text diff viewer component made with diff and React
Compare items in two sequences to find a longest common subsequence
diff with unified diff format handling
Compare items in two sequences to find a longest common subsequence
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.
Return an object representing the diffs between two objects. Supports jsonPatch protocol
Colorized string diff ideal for text/code that spans through multiple lines
A simple and beautiful text diff viewer component made with diff and React
Fast Diff to colorized HTML
TypeScript definitions for diff-match-patch
Unified diff parser
HTML diffs of text
Implementation of Myers 1986 text diff algorithm that started as a port of the jsdiff project with plans to branch out to human-friendly diffs
HTML diffs of text (borrowed from a wiki software I no longer remember)
A resonably fast diff algoritm using longest common substrings that can also detect text that has moved
HTML diffs of text (borrowed from a wiki software I no longer remember)
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.
this is a little chunck of code i use to dump Ruby objects to YAML with Hash keys in a some-what consistent order. i do this because i often find myself using YAML files as data storage and this makes it a lot easier to compare versions with text-based diff toolspec. this lib is horribly alpha and has no tests what-so-ever. i'm sure it's as full or bugs and bad ideas as 100 lines of code can be. i just put it here so it's easier for me to use across projectspec. but you're welcome to take it for a spin too if you really want. this relies on Psych internals, so it has a dependency on pysch ~> 2.0. it might work fine with other versions; that's just all i've tested it against at the moment.
HTML diffs of text (borrowed from a wiki software I no longer remember)
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
Takes two pieces of source text/html and creates a neato html diff output
HTML diffs of text (borrowed from a wiki software I no longer remember)
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.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.