Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 5.0.8 to 5.0.9

11

dist/cac.js

@@ -429,7 +429,10 @@ 'use strict';

let res = command.handler(input, flags);
Promise.resolve(res)
.then(() => {
if (res.then) {
res.then(() => {
this.emit('executed', command, input, flags);
}).catch((err) => this.handleError(err));
}
else {
this.emit('executed', command, input, flags);
})
.catch(err => this.handleError(err));
}
}

@@ -436,0 +439,0 @@ catch (err) {

{
"name": "cac",
"version": "5.0.8",
"version": "5.0.9",
"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