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

parsec

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsec - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "parsec",
"version": "0.2.0",
"version": "0.2.1",
"description": "Generator-based CLI parser.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -43,3 +43,3 @@ > Generator-based CLI parser.

```js
// ./app --msg=hi
// $ ./app.js --msg=hi
Parsec

@@ -76,3 +76,3 @@ .options("msg")

```js
// ./app.js -tla
// $ ./app.js -tla
Parsec

@@ -99,3 +99,3 @@ .options("three")

```js
// ./app.js -G
// $ ./app.js -G
Parsec

@@ -122,3 +122,3 @@ .options(["G", "g", "great"])

```js
// ./app.js --no-woman-no-cry --no-wonder=false
// $ ./app.js --no-woman-no-cry --no-wonder=false
Parsec.parse(process.argv)

@@ -155,4 +155,5 @@ ```

Array with cli arguments. Usually [`process.argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv).
Array with cli arguments. Usually [`process.argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv).
+ #### `options`

@@ -159,0 +160,0 @@

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