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.0.1 to 1.0.2

6

build/parse.js

@@ -35,2 +35,8 @@ var minimist, settings, state, _;

if (!_.isEmpty(output._)) {
output._ = _.map(output._, function(word) {
if (/\s/.test(word)) {
word = _.str.quote(word);
}
return word;
});
result.command = output._.join(' ');

@@ -37,0 +43,0 @@ }

2

package.json
{
"name": "capitano",
"version": "1.0.1",
"version": "1.0.2",
"description": "Powerful, non opitionated command line parser for serious applications",

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

@@ -326,2 +326,6 @@ Capitano

### 1.0.2
- Fix https://github.com/resin-io/capitano/issues/4.
### 1.0.1

@@ -328,0 +332,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