Socket
Socket
Sign inDemoInstall

dashdash

Package Overview
Dependencies
1
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.0 to 1.13.1

2

lib/dashdash.js

@@ -829,3 +829,3 @@ /**

(args.options || []).forEach(function (o) {
if (o.group) {
if (o.group !== undefined && o.group !== null) {
// Skip group headers.

@@ -832,0 +832,0 @@ return;

{
"name": "dashdash",
"description": "A light, featureful and explicit option parsing library.",
"version": "1.13.0",
"version": "1.13.1",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",

@@ -6,0 +6,0 @@ "keywords": ["option", "parser", "parsing", "cli", "command", "args",

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