New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

buster-cli

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buster-cli - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

.project

9

lib/buster-cli/config.js

@@ -176,2 +176,10 @@ var Path = require("path");

}
var i;
for (i = 0; i < groups.length; i++) {
groups[i].runExtensionHook(
"preConfigure",
groups[i],
config
);
}
callback(null, config.groups);

@@ -181,2 +189,3 @@ }.bind(this)

}
};

@@ -183,0 +192,0 @@

5

package.json
{
"name": "buster-cli",
"version": "0.6.1",
"version": "0.6.2",
"description": "Internal wrapper and util for creating CLIs in the buster project.",

@@ -33,3 +33,4 @@ "author": { "name": "August Lilleaas and Christian Johansen" },

"scripts": {
"test": "node run-tests.js"
"test": "node run-tests.js",
"test-debug": "node --debug-brk run-tests.js"
},

@@ -36,0 +37,0 @@ "dependencies": {

@@ -6,1 +6,8 @@ # buster-cli

Internal wrapper and util for creating CLIs in the buster project
## Changelog
**0.6.2** (10.09.2014)
* extension hook `preConfigure` added
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