Socket
Socket
Sign inDemoInstall

commander

Package Overview
Dependencies
1
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

History.md
1.0.3 / 2012-08-30
==================
* remove invalid .version() defaulting
1.0.2 / 2012-08-24

@@ -3,0 +8,0 @@ ==================

6

lib/commander.js

@@ -348,8 +348,2 @@ /*!

if (!this.name) this.name = basename(argv[1]);
// guess version
if (!this._version) {
try {
this.version(require('../package.json').version);
} catch(e) {}
}
// process argv

@@ -356,0 +350,0 @@ var parsed = this.parseOptions(this.normalize(argv.slice(2)));

2

package.json
{
"name": "commander"
, "version": "1.0.2"
, "version": "1.0.3"
, "description": "the complete solution for node.js command-line programs"

@@ -5,0 +5,0 @@ , "keywords": ["command", "option", "parser", "prompt", "stdin"]

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc