load-helpers
Advanced tools
Comparing version 0.2.9 to 0.2.10
{ | ||
"name": "load-helpers", | ||
"description": "Load helpers with patterns, as an object, key-value pair, or module.", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"homepage": "https://github.com/jonschlinkert/load-helpers", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -46,3 +46,3 @@ 'use strict'; | ||
utils.resolve = function resolve(fp, opts) { | ||
var cwd = opts.cwd || process.cwd(); | ||
var cwd = (opts && opts.cwd) || process.cwd(); | ||
return path.resolve(cwd, fp); | ||
@@ -49,0 +49,0 @@ }; |
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
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
8203
1