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.5.0 to 13.6.0

11

changelog.md

@@ -11,4 +11,13 @@ compromise uses semver, and pushes to npm frequently

#### [Unreleased]
<!-- #### [Unreleased] -->
#### 13.6.0
- **[new]** first-attempt at `verbs().subject()` method
- **[change]** avoid conjugating imperative tense - 'please close the door'
- **[change]** misc tagging fixes #786
- **[change]** .nouns() results split on quotations #783
- **[change]** NumberRange must be < 4 digits #735
- **[change]** reduction in #Person tag false-positives
#### 13.5.0

@@ -15,0 +24,0 @@

26

package.json

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

"description": "modest natural language processing",
"version": "13.5.0",
"version": "13.6.0",
"main": "./builds/compromise.js",

@@ -29,6 +29,8 @@ "unpkg": "./builds/compromise.min.js",

"test:stress": "node ./scripts/test/stress.js",
"test:coverage": "nyc -r text-summary -n 'src/**/*' -n 'plugins/**/*' npm run test",
"coverage:html": "nyc --reporter=html tape \"./tests/**/*.test.js\" | tap-dancer --color always",
"coverage": "nyc -r lcov -n 'src/**/*' -n 'plugins/**/*' npm run test",
"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",
"coverage": "node ./scripts/test/coverage.js",
"coverage:html": "nyc --reporter=html tape \"./tests/**/*.test.js\" | tap-dancer --color always",
"lint": "eslint ./src/ && eslint ./plugins/**/src/",

@@ -59,16 +61,18 @@ "watch": "amble ./scratch.js",

"devDependencies": {
"amble": "1.1.0",
"efrt": "2.2.2",
"shelljs": "0.8.4",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"rollup": "2.26.11",
"@babel/core": "7.12.1",
"@babel/preset-env": "7.12.1",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"amble": "1.1.0",
"codecov": "3.8.0",
"efrt": "2.2.2",
"nyc": "^15.1.0",
"rollup": "2.31.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-filesize-check": "0.0.1",
"rollup-plugin-terser": "7.0.2",
"tap-dancer": "0.2.0",
"shelljs": "0.8.4",
"tap-dancer": "0.3.0",
"tape": "5.0.1"

@@ -75,0 +79,0 @@ },

@@ -388,3 +388,3 @@ export as namespace nlp

/** return any subsequent terms tagged as a Noun */
nouns(n?: number): Nouns<Ext, W, Ph>
nouns(n?: number, opts?: object): Nouns<Ext, W, Ph>
/** return any subsequent terms tagged as a Verb */

@@ -391,0 +391,0 @@ verbs(n?: number): Verbs<Ext, W, Ph>

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