Measure the difference between two strings using the Levenshtein distance algorithm
The lodash method `_.differenceWith` exported as a module.
Implemets the CIEDE2000 color difference algorithm, conversion between RGB and LAB color and mapping all colors in palette X to the closest or most different color in palette Y based on the CIEDE2000 difference.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
The internal lodash function `baseDifference` exported as a module.
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.
TypeScript definitions for lodash.difference
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Display differences clearly so people can review changes confidently.
The lodash method `_.differenceBy` exported as a module.
Precision timer for nanosecond differences
Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
Compare JS Objects With Color Difference.
Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
Test if two images are equal, optionally show image difference
Report differences between the formatted and unformatted code for ESLint.
An ESnext spec-compliant `Set.prototype.difference` shim/polyfill/replacement that works as far down as ES3