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.1.2 to 6.1.3

2

dist/index.js

@@ -155,3 +155,3 @@ "use strict";

const minimalArgsCount = command.args.filter(arg => arg.required).length;
if (command.args.length < minimalArgsCount) {
if (args.length < minimalArgsCount) {
console.error(`error: missing required args for command \`${command.rawName}\``);

@@ -158,0 +158,0 @@ process.exit(1);

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

@@ -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