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

@nlpjs/neural

Package Overview
Dependencies
Maintainers
1
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.6.0 to 4.7.4

4

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

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

},
"gitHead": "b6da53ad63335e0e1e37f2070049be062432f715"
"gitHead": "aba2d0ec20e3a007d9c753eea18c7f4c44cdcc00"
}

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -91,3 +91,3 @@ /*

const index = this.inputLookup[key];
if (index) {
if (index !== undefined) {
result[key] = this.perceptrons[this.outputLookup[intent]].weights[

@@ -94,0 +94,0 @@ index

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