Socket
Socket
Sign inDemoInstall

commander

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commander - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

5

History.md
0.3.3 / 2011-11-14
==================
* Fixed: wait for close event when writing help info [Jerry Hamlet]
0.3.2 / 2011-11-01

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

6

lib/commander.js

@@ -0,1 +1,2 @@

/*!

@@ -907,3 +908,6 @@ * commander

exports.emit('--help');
process.exit(0);
process.stdout.destroySoon();
process.stdout.on('close', function(){
process.exit(0);
});
});

2

package.json
{
"name": "commander"
, "version": "0.3.2"
, "version": "0.3.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc