dice-coefficient
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "dice-coefficient", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Sørensen–Dice coefficient", | ||
@@ -20,2 +20,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/words/dice-coefficient/issues", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wooorm" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -37,9 +41,9 @@ "contributors": [ | ||
"execa": "^1.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"tape": "^4.4.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" | ||
}, | ||
@@ -72,2 +76,5 @@ "scripts": { | ||
"esnext": false, | ||
"rules": { | ||
"unicorn/prefer-includes": "off" | ||
}, | ||
"ignores": [ | ||
@@ -74,0 +81,0 @@ "dice-coefficient.js" |
@@ -52,2 +52,4 @@ # dice-coefficient | ||
## Related | ||
* [`levenshtein-edit-distance`](https://github.com/words/levenshtein-edit-distance) | ||
@@ -54,0 +56,0 @@ — Levenshtein edit distance |
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
7669
94