Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
Maintainers
2
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 4.4.0 to 4.4.1

2

dist/cac.js

@@ -382,3 +382,3 @@ 'use strict';

// Ensure that first arg is not a flag
this.firstArg = this.firstArgs.startsWith('-') ? null : this.firstArgs;
this.firstArg = this.firstArg.startsWith('-') ? null : this.firstArg;
const { command, sliceFirstArg } = this.getCommand(this.firstArg);

@@ -385,0 +385,0 @@ this.matchedCommand = command;

{
"name": "cac",
"version": "4.4.0",
"version": "4.4.1",
"description": "Command-line queen.",

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

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