Apply a diff to an object. Optionally supports jsonPatch protocol
Compute a diff between two pieces of text with support for same-line diffs, and optionally display a visual diff as HTML. Module made from the text-diff-match-patch library.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Find [nd-]array min/max values
Concatenate a readable stream's data into a single array
General purpose glob-based configuration matching.
A lightweight image comparison tool
Return an object representing the diffs between two objects. Supports jsonPatch protocol
Allow parsing of object rest/spread
Compare items in two sequences to find a longest common subsequence
Compile ES2015 object super to ES5
Get the last or last n elements in an array.
Read arrays as standard WhatWG streams.
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
Compare, format, diff and serialize any JavaScript value
Generates diffs between documents and primitive types
Rearrange array elements by index array
A fast, minimal, memory-efficient diff algorithm on strings, arrays, and typed arrays.
Promisify a callback-based function
Shelling out to git-diff-tree(1) in a Node streamy fashion
flattens nested vertex data into a typed array
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Deep comparison of 2 instances for should.js