Socket
Socket
Sign inDemoInstall

compromise

Package Overview
Dependencies
Maintainers
3
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 13.10.0 to 13.10.1

8

changelog.md

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

#### 13.10.1 [March 2021]
- **[change]** - #Date terms can still be a #Conjunction
- **[new]** - #Imperative tag and `.verbs().isImperative()` method
- **[fix]** - some tagger issues
- update deps
*plugin-releases*: dates
#### 13.10.0 [Feb 2021]

@@ -17,0 +25,0 @@ - **[new]** - #Fraction tag and improved fraction support (thanks Jakeii!)

15

package.json

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

"description": "modest natural language processing",
"version": "13.10.0",
"version": "13.10.1",
"main": "./builds/compromise.js",

@@ -27,2 +27,3 @@ "unpkg": "./builds/compromise.min.js",

},
"homepage": "https://github.com/spencermountain/compromise",
"engines": {

@@ -44,4 +45,4 @@ "node": ">=6.0.0"

"codecov": "npm run coverage && codecov -t 15039ad1-b495-48cd-b4a0-bcf124c9b318",
"perf": "node ./scripts/test/speed/index.js",
"perf:build": "node ./scripts/test/speed/build-speed.js",
"perf": "node ./scripts/test/perf/index.js",
"perf:build": "node ./scripts/test/perf/build-speed.js",
"lint": "eslint ./src/ && eslint ./plugins/**/src/",

@@ -75,4 +76,4 @@ "watch": "amble ./scratch.js",

"devDependencies": {
"@babel/core": "7.12.17",
"@babel/preset-env": "7.12.17",
"@babel/core": "7.13.8",
"@babel/preset-env": "7.13.9",
"@rollup/plugin-alias": "3.1.2",

@@ -86,3 +87,3 @@ "@rollup/plugin-commonjs": "17.1.0",

"nyc": "^15.1.0",
"rollup": "2.39.0",
"rollup": "2.40.0",
"rollup-plugin-babel": "4.4.0",

@@ -93,3 +94,3 @@ "rollup-plugin-filesize-check": "0.0.1",

"tap-dancer": "0.3.1",
"tape": "5.2.0"
"tape": "5.2.2"
},

@@ -96,0 +97,0 @@ "eslintIgnore": [

@@ -47,3 +47,3 @@ <div align="center">

<a href="https://docs.compromise.cool/compromise-performance">quick</a>,
and often <a href="https://docs.compromise.cool/compromise-accuracy">good-enough</a>.
and often <i><a href="https://docs.compromise.cool/compromise-accuracy">good-enough</a></i>.
</div>

@@ -560,2 +560,3 @@

- **[.verbs().adverbs()](https://observablehq.com/@spencermountain/verbs)** - return the adverbs describing this verb.
- **[.verbs().isImperative()](https://observablehq.com/@spencermountain/verbs)** - only instruction verbs like 'eat it!'

@@ -562,0 +563,0 @@ <div align="center">

@@ -443,2 +443,4 @@ export as namespace nlp

toPositive(): ExtendedDocument<Ext, W, Ph>
/** only verbs that are instructions*/
isImperative(): ExtendedDocument<Ext, W, Ph>
}

@@ -445,0 +447,0 @@

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 not supported yet

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