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.3.6 to 4.3.7

4

dist/cac.js

@@ -423,5 +423,5 @@ 'use strict';

try {
const res = command.handler(input, flags);
let res = command.handler(input, flags);
if (res && res.catch) {
res.catch(err => this.handleError(err));
res = res.catch(err => this.handleError(err));
}

@@ -428,0 +428,0 @@ this.emit('executed', command, input, flags);

{
"name": "cac",
"version": "4.3.6",
"version": "4.3.7",
"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