Socket
Socket
Sign inDemoInstall

meow

Package Overview
Dependencies
49
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.2 to 3.5.0

7

index.js

@@ -43,4 +43,9 @@ 'use strict';

help = '\n ' + pkg.description + (help ? '\n\n' + help : '\n');
var description = opts.description;
if (!description && description !== false) {
description = pkg.description;
}
help = (description ? '\n ' + description + '\n' : '') + (help ? '\n' + help : '\n');
var showHelp = function (code) {

@@ -47,0 +52,0 @@ console.log(help);

2

package.json
{
"name": "meow",
"version": "3.4.2",
"version": "3.5.0",
"description": "CLI app helper",

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

@@ -82,2 +82,11 @@ # meow [![Build Status](https://travis-ci.org/sindresorhus/meow.svg?branch=master)](https://travis-ci.org/sindresorhus/meow)

##### description
Type: `string`, `boolean`
Default: The package.json `"description"` property
A description to show above the help text.
Set it to `false` to disable it altogether.
##### help

@@ -94,5 +103,5 @@

If you don't specify anything, it will still show the package.json `"description"`.
The description will be shown above your help text automatically.
Set it to `false` to disable it all together.
Set it to `false` to disable it altogether.

@@ -106,3 +115,3 @@ ##### version

Set it to `false` to disable it all together.
Set it to `false` to disable it altogether.

@@ -109,0 +118,0 @@ ##### pkg

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