compare-versions
Compare semver version strings to find greater, equal or lesser.
natural-compare
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
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
leven
Measure the difference between two strings using the Levenshtein distance algorithm