Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-nlp

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nlp - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

lib/nlp/nlp-manager.js

@@ -310,2 +310,6 @@ /*

}
if (!this.languages.includes(NlpUtil.getTruncatedLocale(locale))) {
locale = this.guessLanguage(utterance);
languageGuessed = true;
}
const truncated = NlpUtil.getTruncatedLocale(locale);

@@ -312,0 +316,0 @@ const result = {};

2

package.json
{
"name": "node-nlp",
"version": "1.2.2",
"version": "1.2.3",
"description": "Library for NLU (Natural Language Understanding) done in Node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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