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

dice-coefficient

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dice-coefficient - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

19

package.json
{
"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

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