Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
46
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

5

index.js

@@ -199,3 +199,6 @@ 'use strict';

var command = this.commands[this.argv.input[0] || '*']
var command = this.commands[this.argv.input[0]]
if (this.commands['*'] && !command) {
command = this.commands['*']
}
this.runCommand(command)

@@ -202,0 +205,0 @@

2

package.json
{
"name": "cac",
"version": "2.0.2",
"version": "2.0.3",
"description": "Command & Conquer, the command-line queen.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc