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

simple-bin-help

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-bin-help - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

package.json

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {

@@ -8,0 +8,0 @@ "test": "mocha --harmony spec",

@@ -54,2 +54,12 @@ # simple-bin-help

## Passing arguments
You might do your own argument pre-processing before calling this module. In this
case pass the list of arguments as the second argument
```js
var args = process.argv.filter(myFilter);
require('simple-bin-help')(options, args);
```
## Bonus features

@@ -56,0 +66,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