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

argio

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argio - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

npm-shrinkwrap.json

12

package.json
{
"name": "argio",
"version": "0.0.1",
"version": "0.0.2",
"description": "nodejs light-weight commandline arguments parser",

@@ -18,7 +18,7 @@ "main": "index.js",

"after": "0.8.2",
"eslint": "3.19.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
"eslint": "^5.16.0",
"eslint-plugin-markdown": "^1.0.0",
"istanbul": "1.0.0-alpha.2",
"mocha": "^6.1.4",
"supertest": "^4.0.2"
},

@@ -25,0 +25,0 @@ "keywords": [

@@ -16,3 +16,7 @@ # argio

```
// command line: node app.js subcommand1 subcommand2 -p1 v1 v2 v3 --s1 -p2 v4
// command line
$ node app.js subcommand1 subcommand2 -p1 v1 v2 v3 --s1 -p2 v4
```
```
const argio = require('argio');

@@ -19,0 +23,0 @@ const parser = argio()

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