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.9.2 to 13.9.3

7

changelog.md

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

<!-- #### [Unreleased]
- **[new]** - #Fraction tag and improved fraction support (thanks Jakeii!)
-->
#### 13.9.3 [Feb 2021]
- **[fix]** - fix weird ordering issue with named exports #815
#### 13.9.2 [Feb 2021]
- **[fix]** - typescript issue
#### 13.9.1 [Feb 2021]

@@ -16,0 +23,0 @@ - **[fix]** - matches over a contraction

8

package.json

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

"description": "modest natural language processing",
"version": "13.9.2",
"version": "13.9.3",
"main": "./builds/compromise.js",

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

".": {
"default": "./builds/compromise.js",
"require": "./builds/compromise.js",
"import": "./builds/compromise.mjs"
"import": "./builds/compromise.mjs",
"default": "./builds/compromise.js"
},
"./tokenize": {
"require": "./builds/compromise-tokenize.js"
"default": "./builds/compromise-tokenize.js"
}

@@ -23,0 +23,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