Socket
Socket
Sign inDemoInstall

cac

Package Overview
Dependencies
0
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.8 to 6.7.9

2

deno/Command.ts

@@ -156,3 +156,3 @@ import CAC from "./CAC.ts";

if (!this.isGlobalCommand) {
if (!this.isGlobalCommand && !this.isDefaultCommand) {
options = options.filter(option => option.name !== 'version');

@@ -159,0 +159,0 @@ }

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

let options = this.isGlobalCommand ? globalOptions : [...this.options, ...globalOptions || []];
if (!this.isGlobalCommand) {
if (!this.isGlobalCommand && !this.isDefaultCommand) {
options = options.filter((option) => option.name !== "version");

@@ -358,0 +358,0 @@ }

{
"name": "cac",
"version": "6.7.8",
"version": "6.7.9",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc