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

cac

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cac - npm Package Compare versions

Comparing version 6.5.5 to 6.5.6

2

dist/index.js

@@ -625,5 +625,7 @@ 'use strict';

this.outputHelp();
run = false;
}
if (this.options.version && this.showVersionOnExit) {
this.outputVersion();
run = false;
}

@@ -630,0 +632,0 @@ const parsedArgv = { args: this.args, options: this.options };

@@ -621,5 +621,7 @@ import { EventEmitter } from 'events';

this.outputHelp();
run = false;
}
if (this.options.version && this.showVersionOnExit) {
this.outputVersion();
run = false;
}

@@ -626,0 +628,0 @@ const parsedArgv = { args: this.args, options: this.options };

2

package.json
{
"name": "cac",
"version": "6.5.5",
"version": "6.5.6",
"description": "Simple yet powerful framework for building command-line apps.",

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

@@ -27,2 +27,3 @@ <img width="945" alt="2017-07-26 9 27 05" src="https://user-images.githubusercontent.com/8784712/28623641-373450f4-7249-11e7-854d-1b076dab274d.png">

- [Brackets](#brackets)
- [Negated Options](#negated-options)
- [Variadic Arguments](#variadic-arguments)

@@ -176,2 +177,4 @@ - [Dot-nested Options](#dot-nested-options)

### Negated Options
To allow an option whose value is `false`, you need to manually specify a negated option:

@@ -178,0 +181,0 @@

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