node-hook-filename
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -16,3 +16,3 @@ const Module = require('module') | ||
if (extensions.some(requestMatchesExt)) { | ||
return override(request) | ||
return override(request, parent) | ||
} | ||
@@ -19,0 +19,0 @@ return originalLoad.call(this, request, parent, isMain) |
{ | ||
"name": "node-hook-filename", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "\"Hooking node require calls for specific extensions to only return the filename\"", | ||
@@ -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
9918