@nlpjs/evaluator
Advanced tools
Comparing version 4.25.0 to 4.26.0
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39597