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.1
to
0.0.2
+1
-1
index.js

@@ -99,4 +99,4 @@ var path = require('path');

cb.apply(self, args);
}).end();
}).done();
};
}
{
"name": "commander-config",
"version": "0.0.1",
"version": "0.0.2",
"description": "Recursively walks up directories from the current directory to look for settings files to provide defaults for commander.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,3 +20,3 @@ var assert = require('should');

}, done)
.end();
.done();
});

@@ -23,0 +23,0 @@ });