Socket
Socket
Sign inDemoInstall

meow

Package Overview
Dependencies
58
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.4 to 10.1.5

4

index.js

@@ -152,7 +152,7 @@ import {dirname} from 'node:path';

if (!options.allowUnknownFlags) {
if (options.autoHelp) {
if (options.autoHelp && !parserOptions.help) {
parserOptions.help = {type: 'boolean'};
}
if (options.autoVersion) {
if (options.autoVersion && !parserOptions.version) {
parserOptions.version = {type: 'boolean'};

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

{
"name": "meow",
"version": "10.1.4",
"version": "10.1.5",
"description": "CLI app helper",

@@ -5,0 +5,0 @@ "license": "MIT",

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