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.3 to 13.10.4

5

changelog.md

@@ -13,3 +13,6 @@ compromise uses semver, and pushes to npm frequently

-->
#### 13.10.4 [March 2021]
- **[fix]** - match syntax tokenization fix
- **[change]** - improved performance monitoring
#### 13.10.3 [March 2021]

@@ -16,0 +19,0 @@ - **[fix]** - support complicated regular-expressions in match syntax

8

package.json

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

"description": "modest natural language processing",
"version": "13.10.3",
"version": "13.10.4",
"main": "./builds/compromise.js",

@@ -44,4 +44,6 @@ "unpkg": "./builds/compromise.min.js",

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

@@ -48,0 +50,0 @@ "watch": "amble ./scratch.js",

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