diff
A JavaScript text diff implementation.
diff-sequences
Compare items in two sequences to find a longest common subsequence
leven
Measure the difference between two strings using the Levenshtein distance algorithm
arr-diff
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.