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

clap

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clap - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

index.js

@@ -237,3 +237,3 @@ var MAX_LINE_WIDTH = process.stdout.columns || 200;

if (typeof option.defValue != 'undefined')
command.setOption(option.camelName, option.defValue);
command.setOption(option.camelName, option.defValue, true);

@@ -554,3 +554,3 @@ // add to suggestions

if (!hasOwnProperty.call(this.defaults_, name))
if (isDefault && !hasOwnProperty.call(this.defaults_, name))
this.defaults_[name] = this.values[name];

@@ -557,0 +557,0 @@ },

@@ -6,3 +6,3 @@ {

"author": "Roman Dvornov <rdvornov@gmail.com>",
"version": "1.0.4",
"version": "1.0.5",
"keywords": ["cli", "command", "option", "argument", "completion"],

@@ -9,0 +9,0 @@ "homepage": "https://github.com/lahmatiy/clap",

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