Gathering detailed insights and metrics for @haggholm/damerau-levenshtein
Gathering detailed insights and metrics for @haggholm/damerau-levenshtein
Gathering detailed insights and metrics for @haggholm/damerau-levenshtein
Gathering detailed insights and metrics for @haggholm/damerau-levenshtein
npm install @haggholm/damerau-levenshtein
Typescript
Module System
Min. Node Version
Node Version
NPM Version
69.4
Supply Chain
71.5
Quality
75.6
Maintenance
100
Vulnerability
100
License
JavaScript (59.13%)
C++ (37.05%)
Shell (2.1%)
Python (1.72%)
Total Downloads
14,667
Last Day
2
Last Week
4
Last Month
57
Last Year
488
4 Stars
62 Commits
3 Watching
17 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.14
Package Id
@haggholm/damerau-levenshtein@1.0.14
Unpacked Size
1.67 MB
Size
451.67 kB
File Count
28
NPM Version
6.13.4
Node Version
12.16.1
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
-69.2%
4
Compared to previous week
Last month
470%
57
Compared to previous month
Last year
15.6%
488
Compared to previous year
2
A direct port of the Levenshtein/Damerau-Levenshtein algorithm from natural to an N-API/C++ extension.
In the browser, it will use the implementation copied from
natural, with the
addition of an offset
parameter in search results.
In NodeJS, it uses the N-API implementation. In tests on production data on our workload, it is ~15x faster than the original JS; on smaller strings as used in the automated tests, the speedup is ~27x.
Correctness is based on the assumption that natural
is correct. :-)
Compliance is currently verified by running distance checks on several
thousand random sample strings and verifying that the N-API generates
identical results.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 1/17 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
30 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More