levenshtein-edit-distance
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "levenshtein-edit-distance", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Levenshtein edit distance. No cruft. Real fast.", | ||
@@ -16,2 +16,6 @@ "license": "MIT", | ||
"repository": "words/levenshtein-edit-distance", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"bugs": "https://github.com/words/levenshtein-edit-distance/issues", | ||
@@ -30,10 +34,9 @@ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"browserify": "^16.0.0", | ||
"execa": "^1.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^5.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -67,2 +70,3 @@ "scripts": { | ||
"rules": { | ||
"unicorn/prefer-includes": "off", | ||
"no-multi-assign": "off" | ||
@@ -69,0 +73,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9117
8