Socket
Socket
Sign inDemoInstall

fast-levenshtein

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.1.0

7

package.json
{
"name": "fast-levenshtein",
"version": "1.0.7",
"version": "1.1.0",
"description": "Efficient implementation of Levenshtein algorithm with asynchronous callback support",

@@ -11,6 +11,7 @@ "main": "levenshtein.js",

"build": "grunt build",
"benchmark": "grunt benchmark"
"benchmark": "grunt benchmark",
"test": "mocha"
},
"devDependencies": {
"lodash": "~1.2.0",
"lodash": ">=3.0.0",
"chai": "~1.5.0",

@@ -17,0 +18,0 @@ "mocha": "~1.9.0",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc