Socket
Socket
Sign inDemoInstall

commander

Package Overview
Dependencies
0
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0-1 to 12.0.0

4

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

@@ -72,3 +72,3 @@ "keywords": [

"ts-jest": "^29.0.3",
"tsd": "^0.29.0",
"tsd": "^0.30.4",
"typescript": "^5.0.4"

@@ -75,0 +75,0 @@ },

@@ -1101,4 +1101,5 @@ # Commander.js

The override callback is passed a `CommanderError` with properties `exitCode` number, `code` string, and `message`. The default override behaviour is to throw the error, except for async handling of executable subcommand completion which carries on. The normal display of error messages or version or help
is not affected by the override which is called after the display.
The override callback is passed a `CommanderError` with properties `exitCode` number, `code` string, and `message`.
Commander expects the callback to terminate the normal program flow, and will call `process.exit` if the callback returns.
The normal display of error messages or version or help is not affected by the override which is called after the display.

@@ -1105,0 +1106,0 @@ ```js

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