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.7.1 to 1.7.5

2

index.js

@@ -110,3 +110,3 @@ 'use strict'

if (pkg && pkg.name && pkg.version) {
updateNotifier({ pkg: pkg }).notify()
updateNotifier({ pkg }).notify()
}

@@ -113,0 +113,0 @@

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

"main": "index.js",
"version": "1.7.1",
"version": "1.7.5",
"scripts": {

@@ -12,6 +12,5 @@ "test": "mocha --harmony spec",

"issues": "git-issues",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"size": "npm pack --dry",
"lint": "standard --fix *.js spec/*.js examples/*.js",
"basic": "NODE_PATH=.. node examples/basic.js",
"travis-deploy-once": "travis-deploy-once"
"basic": "NODE_PATH=.. node examples/basic.js"
},

@@ -46,38 +45,10 @@ "files": [

"mocha": "5.2.0",
"pre-git": "3.17.1",
"semantic-release": "^15.5.0",
"standard": "11.0.1",
"travis-deploy-once": "^5.0.0"
"semantic-release": "^18.0.0",
"standard": "11.0.1"
},
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [
"npm run lint",
"npm test",
"npm run basic"
],
"pre-push": [
"npm run size"
],
"post-commit": [],
"post-merge": []
}
},
"dependencies": {
"debug": "3.1.0",
"debug": "3.2.7",
"update-notifier": "2.5.0",
"word-wrap": "1.2.3"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "break",
"release": "major"
}
]
}
}
}

@@ -10,2 +10,3 @@ # simple-bin-help

[![standard](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![renovate-app badge][renovate-badge]][renovate-app]

@@ -121,1 +122,3 @@ ## Install

[semantic-url]: https://github.com/semantic-release/semantic-release
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg
[renovate-app]: https://renovateapp.com/
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