New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cmd-args

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-args - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

dist/print.js

@@ -19,4 +19,4 @@ "use strict";

? option.required
? `=ARG*`
: '[=ARG*]'
? `=ARG+`
: '[=ARG+]'
: option.required

@@ -67,4 +67,4 @@ ? `=ARG`

? argument.required
? `=ARG*`
: '[=ARG*]'
? `=ARG+`
: '[=ARG+]'
: argument.required

@@ -71,0 +71,0 @@ ? `=ARG`

{
"name": "cmd-args",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple command-line argument parser for NodeJS command-line tools.",

@@ -5,0 +5,0 @@ "main": "dist/cmd-args.js",

@@ -93,3 +93,3 @@ # cmd-args

ARGUMENTS:
input-files=ARG* List of input files to be used.
input-files=ARG+ List of input files to be used.

@@ -96,0 +96,0 @@ ```

@@ -43,4 +43,4 @@ // tslint:disable: no-console

? option.required
? `=ARG*`
: '[=ARG*]'
? `=ARG+`
: '[=ARG+]'
: option.required

@@ -120,4 +120,4 @@ ? `=ARG`

? argument.required
? `=ARG*`
: '[=ARG*]'
? `=ARG+`
: '[=ARG+]'
: argument.required

@@ -124,0 +124,0 @@ ? `=ARG`

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