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.0 to 1.7.1

33

package.json

@@ -5,6 +5,6 @@ {

"main": "index.js",
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"test": "mocha --harmony spec",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"commit": "git-issues && commit-wizard",

@@ -14,3 +14,4 @@ "issues": "git-issues",

"lint": "standard --fix *.js spec/*.js examples/*.js",
"basic": "NODE_PATH=.. node --harmony examples/basic.js"
"basic": "NODE_PATH=.. node examples/basic.js",
"travis-deploy-once": "travis-deploy-once"
},

@@ -44,6 +45,7 @@ "files": [

"lazy-ass": "1.6.0",
"mocha": "3.4.2",
"pre-git": "3.15.0",
"semantic-release": "^6.3.6",
"standard": "10.0.2"
"mocha": "5.2.0",
"pre-git": "3.17.1",
"semantic-release": "^15.5.0",
"standard": "11.0.1",
"travis-deploy-once": "^5.0.0"
},

@@ -66,6 +68,17 @@ "config": {

"dependencies": {
"debug": "2.6.8",
"update-notifier": "2.1.0",
"debug": "3.1.0",
"update-notifier": "2.5.0",
"word-wrap": "1.2.3"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "break",
"release": "major"
}
]
}
}
}
}
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