Socket
Socket
Sign inDemoInstall

@nlpjs/neural

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/neural - npm Package Compare versions

Comparing version 4.22.7 to 4.25.0

4

package.json
{
"name": "@nlpjs/neural",
"version": "4.22.7",
"version": "4.25.0",
"description": "Neural Network",

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

},
"gitHead": "1ce30f234039f7d48931863cc03beb237ec149eb"
"gitHead": "3065165b42ea2160d2a27c10c412c4b4c491332a"
}

@@ -207,5 +207,4 @@ /*

const key = transformedInput.keys[i];
result[this.lookup.inputLookup.items[key]] = this.perceptrons[
intentIndex
].weights[key];
result[this.lookup.inputLookup.items[key]] =
this.perceptrons[intentIndex].weights[key];
}

@@ -212,0 +211,0 @@ return {

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