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

capitano

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capitano - npm Package Compare versions

Comparing version 1.7.5 to 1.8.0

2

build/signature.js

@@ -154,3 +154,3 @@ var Parameter, Signature, _, appearedMoreThanOnce, async, isLastOne, parse, settings, utils;

parameterIndex = _.indexOf(_this.parameters, parameter);
value = _.rest(commandWords, parameterIndex).join(' ');
value = _.slice(commandWords, parameterIndex).join(' ');
if (parameter.isOptional() && _.isEmpty(value)) {

@@ -157,0 +157,0 @@ return callback(null, result);

{
"name": "capitano",
"version": "1.7.5",
"version": "1.8.0",
"description": "Powerful, non opitionated command line parser for serious applications",

@@ -5,0 +5,0 @@ "main": "build/capitano.js",

@@ -435,2 +435,6 @@ Capitano

---------
### 1.8.0
- fix: Fix multi word variadic commands
### 1.7.5

@@ -437,0 +441,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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