Socket
Socket
Sign inDemoInstall

yargs-unparser

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -58,3 +58,3 @@ 'use strict';

// Unparse positional arguments first
// Unparse positional arguments
argv._ && unparsed.push(...argv._);

@@ -64,4 +64,4 @@

const optionsArgv = omitBy(argv, (value, key) =>
// Remove special _ & --
key === '_' || key === '--' ||
// Remove special _, -- and $0
key === '_' || key === '--' || key === '$0' ||
// Remove aliases

@@ -68,0 +68,0 @@ isAlias(key, options.alias) ||

{
"name": "yargs-unparser",
"description": "Converts back a yargs argv object to its original array form.",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [

@@ -6,0 +6,0 @@ "yargs",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc