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

yargs

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yargs - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

index.js

@@ -339,4 +339,4 @@ var path = require('path');

options.default[key] !== undefined
? '[default: ' + (typeof defaults[key] === 'string' ?
JSON.stringify : String)(defaults[key]) + ']'
? '[default: ' + (typeof options.default[key] === 'string' ?
JSON.stringify : String)(options.default[key]) + ']'
: null

@@ -343,0 +343,0 @@ ].filter(Boolean).join(' ');

{
"name": "yargs",
"version": "1.0.7",
"version": "1.0.8",
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",

@@ -5,0 +5,0 @@ "main": "./index.js",

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