require-from-string
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -11,3 +11,3 @@ 'use strict'; | ||
var m = new Module(filename, module); | ||
var m = new Module(filename, module.parent); | ||
m.filename = filename; | ||
@@ -14,0 +14,0 @@ m.paths = Module._nodeModulePaths(path.dirname(filename)); |
{ | ||
"name": "require-from-string", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Require module from string", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
1547
3