Socket
Socket
Sign inDemoInstall

command-line-usage

Package Overview
Dependencies
5
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

lib/option-list.js

@@ -15,6 +15,2 @@ 'use strict'

if (!definitions.length) {
throw new Error('you must pass some option definitions to optionList')
}
/* filter out hidden definitions */

@@ -21,0 +17,0 @@ if (hide.length) {

2

package.json
{
"name": "command-line-usage",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generates command-line usage information",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-usage.git",

@@ -30,7 +30,9 @@ [![view on npm](http://img.shields.io/npm/v/command-line-usage.svg)](https://www.npmjs.org/package/command-line-usage)

{
name: 'input', typeLabel: '[underline]{file}',
name: 'input',
typeLabel: '[underline]{file}',
description: 'The input to process.'
},
{
name: 'help', description: 'Print this usage guide.'
name: 'help',
description: 'Print this usage guide.'
}

@@ -37,0 +39,0 @@ ]

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc