config-file
Advanced tools
+1
-1
| { | ||
| "name": "config-file", | ||
| "version": "0.1.7", | ||
| "version": "0.1.8", | ||
| "main": [ | ||
@@ -5,0 +5,0 @@ "index.js" |
+1
-2
@@ -25,3 +25,2 @@ /** | ||
| // console.log('local:', local(pkg)); | ||
@@ -68,3 +67,3 @@ /** | ||
| config.load = function(filename, options) { | ||
| var opts = _.extend({}, options); | ||
| var opts = options || {}; | ||
@@ -71,0 +70,0 @@ // If no filename is specified, config.find will |
+1
-1
| { | ||
| "name": "config-file", | ||
| "version": "0.1.7", | ||
| "version": "0.1.8", | ||
| "description": "Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
8218
-0.56%145
-0.68%