Comparing version 0.1.6 to 0.1.7
@@ -143,2 +143,7 @@ 'use strict'; | ||
return utils.resolveModule(path.resolve('node_modules', name)); | ||
} catch (err) {} | ||
// resolve local node_modules | ||
try { | ||
return utils.resolveModule(path.resolve('node_modules', name, 'generator.js')); | ||
} catch (err) { | ||
@@ -145,0 +150,0 @@ err.origin = __filename; |
{ | ||
"name": "base-env", | ||
"description": "Base plugin, creates a normalized environment object from a function, filepath or instance of base.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/node-base/base-env", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23358
664
0