Comparing version 0.1.2 to 0.1.3
@@ -24,7 +24,7 @@ var vm = require('vm') | ||
scope = filename | ||
filename = null | ||
filename = '' | ||
} else if (typeof filename === 'boolean') { | ||
includeGlobals = filename | ||
scope = {} | ||
filename = null | ||
filename = '' | ||
} | ||
@@ -31,0 +31,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
, "keywords": ["require","eval","vm","module"] | ||
, "version": "0.1.2" | ||
, "version": "0.1.3" | ||
, "homepage": "http://github.com/pierrec/node-eval" | ||
@@ -9,0 +9,0 @@ , "repository": { |
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
5927