Socket
Socket
Sign inDemoInstall

args

Package Overview
Dependencies
12
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.6 to 3.0.7

2

lib/parse.js

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

// Parse arguments using mri
this.raw = parser(argv.slice(1), this.config.mri);
this.raw = parser(argv.slice(1), this.config.mri || this.config.minimist);
this.binary = path.basename(this.raw._[0]);

@@ -46,0 +46,0 @@

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

const binaryExt = path.extname(this.binary);
const mainModule = process.mainModule.filename;
const mainModule = process.env.APPVEYOR ? '_fixture' : process.mainModule.filename;

@@ -299,0 +299,0 @@ full = `${mainModule}-${subCommand}`;

{
"name": "args",
"version": "3.0.6",
"version": "3.0.7",
"description": "Minimal toolkit for building CLIs",

@@ -5,0 +5,0 @@ "files": [

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