Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0-beta.0 to 7.0.0

2

lib/section/content.js

@@ -5,3 +5,3 @@ import Section from '../section.js'

import chalkFormat from '../chalk-format.js'
import arrayify from 'array-back'
import arrayify from 'array-back'

@@ -8,0 +8,0 @@ class ContentSection extends Section {

@@ -27,3 +27,3 @@ import Section from '../section.js'

const groupMatch = intersect(arrayify(def.group), groups)
if (noGroupMatch || groupMatch) return def
return (noGroupMatch || groupMatch) ? def : undefined
})

@@ -30,0 +30,0 @@ }

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc