You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

commander-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commander-config - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
lib/fs.js

@@ -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);

{
"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"
}
}
}