Socket
Socket
Sign inDemoInstall

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.3.8 to 6.3.9

4

dist/index.js

@@ -700,4 +700,4 @@ 'use strict';

if (doubleDashesIndex > -1) {
argsAfterDoubleDashes = argv.slice(0, doubleDashesIndex);
argv = argv.slice(doubleDashesIndex + 1);
argsAfterDoubleDashes = argv.slice(doubleDashesIndex + 1);
argv = argv.slice(0, doubleDashesIndex);
}

@@ -704,0 +704,0 @@ const parsed = mri_1.default(argv, mriOptions);

{
"name": "cac",
"version": "6.3.8",
"version": "6.3.9",
"description": "Simple yet powerful framework for building command-line apps.",

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

@@ -227,3 +227,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">

// OR ES modules
import cac from 'cac'
import * as cac from 'cac'
```

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