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 5.0.13 to 5.0.14

2

dist/cac.js

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

defaultOpts = defaultOpts || true;
this.bin = bin || process.argv[1] ? path.basename(process.argv[1]) : 'cli';
this.bin = bin || (process.argv[1] ? path.basename(process.argv[1]) : 'cli');
this.commands = [];

@@ -266,0 +266,0 @@ this.options = new Options();

{
"name": "cac",
"version": "5.0.13",
"version": "5.0.14",
"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