Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
150K
decreased by-8.77%
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

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