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

@nlpjs/evaluator

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/evaluator - npm Package Compare versions

Comparing version 4.25.0 to 4.26.0

4

package.json
{
"name": "@nlpjs/evaluator",
"version": "4.25.0",
"version": "4.26.0",
"description": "Evaluator",

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

},
"gitHead": "3065165b42ea2160d2a27c10c412c4b4c491332a"
"gitHead": "5d3f12ccb34890b4f358af85b4617a0d07197027"
}

@@ -182,3 +182,3 @@ /*

}
if (node.property.type === 'Identifier') {
if (node.property.type === 'Identifier' && node.object.type !== 'ObjectExpression') {
return obj[node.property.name];

@@ -185,0 +185,0 @@ }

@@ -239,3 +239,3 @@ /*

}
if (node.property.type === 'Identifier') {
if (node.property.type === 'Identifier' && node.object.type !== 'ObjectExpression') {
return obj[node.property.name];

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