🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cross-argv

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-argv

Cross platform normalization of process.argv

2.0.0
latest
Source
npm
Version published
Weekly downloads
315K
21.21%
Maintainers
1
Weekly downloads
 
Created
Source

cross-argv

Cross platform normalization of process.argv.

npm install cross-argv

Basically makes arguments with single quote strings work node app.js 'foo bar' everywhere, which otherwise can cause issues when used in cmd.exe.

Usage

const xargv = require('cross-argv')
console.log(xargs()) // returns a normalized process.argv

API

argv = xargv([argv])

Returns a normalized argv array that looks the same cross platform.

If no args are passed it normalizes process.argv. Otherwise you can pass your own array.

License

MIT

FAQs

Package last updated on 03 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts