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.8 to 1.8.0

dist/index.js

31

package.json
{
"name": "simple-bin-help",
"description": "Simple help and sanity checks for Node CLI bin scripts",
"main": "index.js",
"version": "1.7.8",
"main": "dist/index.js",
"version": "1.8.0",
"scripts": {
"test": "mocha --harmony spec",
"test": "mocha spec",
"semantic-release": "semantic-release",
"commit": "git-issues && commit-wizard",
"issues": "git-issues",
"size": "npm pack --dry",
"lint-ci": "standard *.js spec/*.js examples/*.js",
"lint": "standard --fix *.js spec/*.js examples/*.js",
"basic": "NODE_PATH=.. node examples/basic.js"
"lint-ci": "standard src/index.js spec/*.js examples/*.js",
"lint": "standard --fix src/index.js spec/*.js examples/*.js",
"basic": "NODE_PATH=.. node examples/basic.js",
"build": "esbuild src/index.js --bundle --outfile=dist/index.js --platform=node --target=node14 --format=cjs --inject:./src/import-meta-url.js --define:import.meta.url=import_meta_url"
},
"engines": {
"node": ">=14.16"
},
"files": [
"index.js"
"dist"
],

@@ -41,13 +43,12 @@ "repository": {

"check-more-types": "2.24.0",
"git-issues": "1.3.1",
"esbuild": "0.17.5",
"lazy-ass": "2.0.3",
"mocha": "10.2.0",
"semantic-release": "19.0.5",
"standard": "17.0.0"
},
"dependencies": {
"standard": "17.0.0",
"debug": "4.3.4",
"update-notifier": "5.1.0",
"update-notifier": "6.0.2",
"word-wrap": "1.2.3"
}
},
"dependencies": {}
}
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