Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

command-parser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-parser - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

other/bash_completion

2

lib/command_parser.js

@@ -626,3 +626,3 @@ /**

this.puts('[bold]DESCRIPTION[/bold]');
term.printWrapped(config.longDescription);
term.printWrapped((config.longDescription ? config.longDescription : config.shortDescription));
this.puts('');

@@ -629,0 +629,0 @@

@@ -106,3 +106,3 @@ /**

sys.puts(toOutput);
util.puts(toOutput);
}

@@ -350,3 +350,3 @@

if (argv.length > 0 && argv[0].indexOf('cast') !== -1) {
if (argv.length > 0 && argv[0].indexOf(commandParser.binary) !== -1) {
argv.splice(0, 1);

@@ -353,0 +353,0 @@ }

@@ -10,3 +10,3 @@ {

"keywords": ["opts", "parseopt", "opt", "args", "console", "argsparse", "optparse", "autocomplete", "command", "autocompletion"],
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/racker/node-command-parser",

@@ -13,0 +13,0 @@ "repository": {

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