leven
Measure the difference between two strings using the Levenshtein distance algorithm
semver-compare
compare two semver version strings, returning -1, 0, or 1
string-natural-compare
Compare alphanumeric strings the same way a human would, using a natural order algorithm
js-levenshtein
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.