Socket
Socket
Sign inDemoInstall

@keg-hub/args-parse

Package Overview
Dependencies
38
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.1.0

14

package.json
{
"name": "@keg-hub/args-parse",
"version": "7.0.0",
"version": "7.1.0",
"description": "Parse command line arguments",
"main": "src/index.js",
"repository": {
"url": "git+https://github.com/KegHub/keg-hub.git",
"url": "git+https://github.com/keg-hub/keg-hub.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/KegHub/keg-hub/issues"
"url": "https://github.com/keg-hub/keg-hub/issues"
},
"homepage": "https://github.com/KegHub/keg-hub#readme",
"author": "KegHub <KegHub@gmail.com>",
"homepage": "https://github.com/keg-hub/keg-hub#readme",
"author": "keg-hub <keg-hub@gmail.com>",
"license": "MIT",

@@ -36,4 +36,4 @@ "publishConfig": {

"dependencies": {
"@keg-hub/ask-it": "1.0.0",
"@keg-hub/jsutils": "8.7.0",
"@keg-hub/ask-it": "1.1.0",
"@keg-hub/jsutils": "8.8.0",
"app-root-path": "3.0.0"

@@ -40,0 +40,0 @@ },

@@ -10,7 +10,7 @@ # argsParse

```js
"argsParse": "git+https://github.com/KegHub/argsParse.git"
"argsParse": "git+https://github.com/keg-hub/argsParse.git"
```
### Use It
See test [examples](https://github.com/KegHub/argsParse/blob/master/__tests__/argsParse.js)
See test [examples](https://github.com/keg-hub/argsParse/blob/master/__tests__/argsParse.js)

@@ -57,4 +57,4 @@ ```js

* Path should be relative to the applications root directory
* See default [config](https://github.com/KegHub/argsParse/blob/master/configs/parse.config.js)
* See default [config](https://github.com/keg-hub/argsParse/blob/master/configs/parse.config.js)
* Custom Configs should match the keys within the default config
* `bools` && `environment`
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