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.1.2 to 1.1.3

4

HISTORY.md

@@ -0,1 +1,5 @@

## 1.1.3 (March 16, 2017)
- Fixed `Command#normalize()` issue when set a value for option with argument and no default value
## 1.1.2 (December 3, 2016)

@@ -2,0 +6,0 @@

2

index.js

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

for (var name in values)
if (hasOwnProperty.call(values, name) && !hasOwnProperty.call(this.options, name))
if (hasOwnProperty.call(values, name) && !hasOwnProperty.call(result, name))
result[name] = values[name];

@@ -768,0 +768,0 @@

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [

@@ -10,0 +10,0 @@ "cli",

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