Comparing version 1.1.0 to 1.2.0
@@ -299,3 +299,3 @@ var parse = require('esprima').parse | ||
switch(node.operator) { | ||
case '==': return l === r | ||
case '==': return l == r | ||
case '===': return l === r | ||
@@ -302,0 +302,0 @@ case '!=': return l != r |
{ | ||
"name": "notevil", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Evalulate javascript like the built-in eval() method but safely", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
31196
11