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

@nlpjs/nlu

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/nlu - npm Package Compare versions

Comparing version 4.1.4 to 4.2.0

4

package.json
{
"name": "@nlpjs/nlu",
"version": "4.1.4",
"version": "4.2.0",
"description": "Natural Language Understanding",

@@ -33,3 +33,3 @@ "author": {

},
"gitHead": "99500ae2f3e16666fa5cc08a486664ef5267e810"
"gitHead": "11c90c75ffee31b778a1568600bb56cc808956e6"
}

@@ -52,3 +52,5 @@ /*

const result = super.toJSON();
result.neuralNetwork = this.neuralNetwork ? this.neuralNetwork.toJSON() : undefined;
result.neuralNetwork = this.neuralNetwork
? this.neuralNetwork.toJSON()
: undefined;
return result;

@@ -55,0 +57,0 @@ }

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