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.2 to 10.1.3

3

index.d.ts

@@ -200,2 +200,3 @@ import {PackageJson} from 'type-fest';

*/
// eslint-disable-next-line @typescript-eslint/ban-types
readonly booleanDefault?: boolean | null | undefined;

@@ -271,3 +272,3 @@

*/
showHelp: (exitCode?: number) => void;
showHelp: (exitCode?: number) => never;

@@ -274,0 +275,0 @@ /**

import {dirname} from 'node:path';
import process from 'node:process';
import {fileURLToPath} from 'node:url';

@@ -102,2 +103,3 @@ import buildParserOptions from 'minimist-options';

/* eslint complexity: off */
const meow = (helpText, options = {}) => {

@@ -104,0 +106,0 @@ if (typeof helpText !== 'string') {

{
"name": "meow",
"version": "10.1.2",
"version": "10.1.3",
"description": "CLI app helper",

@@ -60,7 +60,7 @@ "license": "MIT",

"ava": "^3.15.0",
"execa": "^5.1.1",
"execa": "^6.1.0",
"indent-string": "^5.0.0",
"read-pkg": "^6.0.0",
"tsd": "^0.17.0",
"xo": "^0.41.0"
"read-pkg": "^7.1.0",
"tsd": "^0.20.0",
"xo": "^0.48.0"
},

@@ -67,0 +67,0 @@ "xo": {

@@ -288,3 +288,3 @@ # meow

#### allowUnknownFlags
##### allowUnknownFlags

@@ -291,0 +291,0 @@ Type `boolean`\

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