Socket
Socket
Sign inDemoInstall

command-line-usage

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-usage - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

3

lib/section/option-list.js
import Section from '../section.js'
import Table from 'table-layout'
import chalk from '../chalk-format.js'
import t from 'typical'
import arrayify from 'array-back'

@@ -25,3 +24,3 @@

definitions = definitions.filter(def => {
const noGroupMatch = groups.indexOf('_none') > -1 && !t.isDefined(def.group)
const noGroupMatch = groups.indexOf('_none') > -1 && def.group === undefined
const groupMatch = intersect(arrayify(def.group), groups)

@@ -28,0 +27,0 @@ return (noGroupMatch || groupMatch) ? def : undefined

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

@@ -37,3 +37,3 @@ "repository": "https://github.com/75lb/command-line-usage",

"chalk-template": "^0.4.0",
"table-layout": "^3.0.2",
"table-layout": "^4.1.0",
"typical": "^7.1.1"

@@ -45,3 +45,3 @@ },

"jsdoc-to-markdown": "^8.0.1",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"test-runner": "^0.10.1"

@@ -51,5 +51,6 @@ },

"ignore": [
"example"
"example",
"dist"
]
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc