Weekly downloads
Readme
Measure the difference between two strings using the Levenshtein distance algorithm
$ npm install leven
import leven from 'leven';
leven('cat', 'cow');
//=> 2
Measure the difference between two strings using the Levenshtein distance algorithm
The npm package leven receives a total of 19,241,146 weekly downloads. As such, leven popularity was classified as popular.
We found that leven demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.