Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
Installations
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
12.13.0
NPM Version
6.14.5
Score
99.5
Supply Chain
87.8
Quality
75.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
hiddentao
Download Statistics
Total Downloads
7,460,921,348
Last Day
7,398,641
Last Week
34,161,407
Last Month
154,852,115
Last Year
1,910,479,428
GitHub Statistics
600 Stars
64 Commits
56 Forks
9 Watching
1 Branches
9 Contributors
Bundle Size
3.00 kB
Minified
1.34 kB
Minified + Gzipped
Package Meta Information
Latest Version
3.0.0
Package Id
fast-levenshtein@3.0.0
Size
3.13 kB
NPM Version
6.14.5
Node Version
12.13.0
Publised On
22 Jul 2020
Other packages similar to fast-levenshtein
fastest-levenshtein
Fastest Levenshtein distance implementation in JS.
js-levenshtein
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
@types/fast-levenshtein
TypeScript definitions for fast-levenshtein
leven
Measure the difference between two strings using the Levenshtein distance algorithm