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.7.3 to 6.7.4

2

deno/CAC.ts

@@ -220,3 +220,3 @@ import { EventEmitter } from "https://deno.land/std@0.80.0/node/events.ts";

if (this.options.version && this.showVersionOnExit) {
if (this.options.version && this.showVersionOnExit && this.matchedCommandName === undefined) {
this.outputVersion();

@@ -223,0 +223,0 @@ run = false;

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

}
if (this.options.version && this.showVersionOnExit) {
if (this.options.version && this.showVersionOnExit && this.matchedCommandName === void 0) {
this.outputVersion();

@@ -534,0 +534,0 @@ run = false;

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

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

Sorry, the diff of this file is not supported yet

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