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.2 to 4.1.3

4

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

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

},
"gitHead": "7aef3948a9f913f44889143b98b122a85cbf8af4"
"gitHead": "3224f8d21514f680c067f77a1d94a56799963f6e"
}

@@ -58,4 +58,6 @@ /*

super.fromJSON(json);
this.neuralNetwork = new NeuralNetwork();
this.neuralNetwork.fromJSON(json.neuralNetwork);
if (json.neuralNetwork) {
this.neuralNetwork = new NeuralNetwork();
this.neuralNetwork.fromJSON(json.neuralNetwork);
}
}

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