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.3 to 10.1.4

11

index.js

@@ -150,2 +150,13 @@ import {dirname} from 'node:path';

// Add --help and --version to known flags if autoHelp or autoVersion are set
if (!options.allowUnknownFlags) {
if (options.autoHelp) {
parserOptions.help = {type: 'boolean'};
}
if (options.autoVersion) {
parserOptions.version = {type: 'boolean'};
}
}
parserOptions = buildParserOptions(parserOptions);

@@ -152,0 +163,0 @@

2

package.json
{
"name": "meow",
"version": "10.1.3",
"version": "10.1.4",
"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