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

command-line-args

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-args - npm Package Compare versions

Comparing version 1.0.0-2 to 1.0.0-3

5

lib/definition.js

@@ -53,2 +53,7 @@ "use strict";

*/
this.required = definition.required;
/**
@type {boolean}
*/
this.value = definition.value;

@@ -55,0 +60,0 @@ }

8

package.json
{
"name": "command-line-args",
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "Command-line parser, usage text producer",

@@ -30,5 +30,5 @@ "repository": "https://github.com/75lb/command-line-args.git",

"dependencies": {
"array-tools": "^2.0.0-5",
"command-line-usage": "^1.0.0-0",
"find-replace": "~0.2.0",
"array-tools": "^2",
"command-line-usage": "^1",
"find-replace": "^1",
"object-tools": "^2",

@@ -35,0 +35,0 @@ "typical": "^2.3.0"

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