New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nlpjs/ner

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/ner - npm Package Compare versions

Comparing version 4.0.0-rc.1 to 4.0.0-rc.2

10

package.json
{
"name": "@nlpjs/ner",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "Named Entity Recognition",

@@ -28,7 +28,7 @@ "author": {

"dependencies": {
"@nlpjs/core": "^4.0.0-rc.1",
"@nlpjs/language": "^4.0.0-rc.1",
"@nlpjs/similarity": "^4.0.0-rc.1"
"@nlpjs/core": "^4.0.0-rc.2",
"@nlpjs/language": "^4.0.0-rc.2",
"@nlpjs/similarity": "^4.0.0-rc.2"
},
"gitHead": "73d251f8d39190338939468fbf0546f54638de4d"
"gitHead": "eadc0529f22f2e5545013f1a05d0468fc784486f"
}

@@ -424,5 +424,5 @@ /*

const result = {
settings: this.settings,
settings: { ...this.settings },
rules: this.rules,
}
};
delete result.settings.container;

@@ -429,0 +429,0 @@ return result;

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