commander-config
Advanced tools
+1
-1
@@ -8,3 +8,3 @@ var pathLib = require('path'); | ||
| module.exports.exists = function exists(path) { | ||
| return Q.ncall(function exists(cb) { | ||
| return Q.ninvoke(function exists(cb) { | ||
| if (fs.exists) { | ||
@@ -11,0 +11,0 @@ fs.exists(path, then); |
+3
-3
| { | ||
| "name": "commander-config", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "Recursively walks up directories from the current directory to look for settings files to provide defaults for commander.js", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "q": "0.8.x", | ||
| "q": "~1.0.0", | ||
| "js-yaml": "1.x.x" | ||
| } | ||
| } | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
9399
-0.32%