Comparing version 1.3.0 to 1.3.1
@@ -498,3 +498,3 @@ var parse = require('esprima').parse | ||
var context = Object.create(parentContext) | ||
if (this == global){= | ||
if (this == global){ | ||
context['this'] = null | ||
@@ -501,0 +501,0 @@ } else { |
{ | ||
"name": "notevil", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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
32775