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

simple-bin-help

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.1 to 1.6.0

'use strict'
const updateNotifier = require('update-notifier')
const wrap = require('word-wrap')
var updateNotifier = require('update-notifier')
var wrap = require('word-wrap')
function isHelp (arg) {
return arg === '-h' ||
arg === '--help'
return arg === '-h' || arg === '--help'
}

@@ -10,0 +9,0 @@

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

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

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