Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-levenshtein

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-levenshtein - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

9

package.json
{
"name": "node-levenshtein",
"version": "1.0.8",
"version": "1.0.9",
"description": "Fastest Levenshtein distance implementation.",

@@ -21,2 +21,3 @@ "main": "./js/node-levenshtein.js",

"algorithm",
"match",
"addon",

@@ -28,3 +29,2 @@ "comparison",

"matching",
"match",
"similar",

@@ -41,3 +41,6 @@ "node",

"homepage": "https://github.com/ka-weihe/node-levenshtein#readme",
"dependencies": {}
"dependencies": {},
"engines": {
"node": ">=8.6.0"
}
}
# node-levenshtein :rocket:
Fastest implementation of the [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) algorithm - (approx. 60+ percent faster than the 2nd fastest implementation). This algorithm can be used to measure the similarity of two strings.
node-levenshtein requires __node v8.6.0__ or higher.
## Install

@@ -5,0 +6,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc