didyoumean2
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
leven
Measure the difference between two strings using the Levenshtein distance algorithm
levenary
[![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)
fuzzy-dist
Over simplistic fuzzy search library using Damerau-Levenshtein and optionally the keyboard layout to calculate distances.