Socket
Socket
Sign inDemoInstall

compromise

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compromise - npm Package Compare versions

Comparing version 11.12.6 to 11.13.0

2

changelog.md

@@ -10,2 +10,4 @@ compromise uses semver, and pushes to npm frequently

### v11
##### 11.13.0
- support singular units in `.value()`
##### 11.11.0

@@ -12,0 +14,0 @@ - `.quotations()` no-longer return repeated results for nested quotes

16

package.json

@@ -5,3 +5,3 @@ {

"description": "natural language processing in the browser",
"version": "11.12.6",
"version": "11.13.0",
"main": "./builds/compromise.js",

@@ -37,7 +37,8 @@ "unpkg": "./builds/compromise.min.js",

"dependencies": {
"efrt-unpack": "2.0.3"
"efrt-unpack": "2.0.3",
"terser": "^3.14.1"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"amble": "0.0.7",

@@ -47,15 +48,12 @@ "babelify": "10.0.0",

"browserify": "16.2.3",
"chalk": "2.4.1",
"chalk": "2.4.2",
"codecov": "3.1.0",
"compromise-plugin": "0.0.8",
"derequire": "2.0.6",
"eslint": "5.9.0",
"nyc": "13.1.0",
"shelljs": "0.8.3",
"tap-dancer": "0.1.2",
"tap-spec": "5.0.0",
"tape": "4.9.1",
"uglify-js": "3.4.9"
"tape": "4.9.2"
},
"license": "MIT"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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