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

rbp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rbp - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

11

bin/rbp-cli.js

@@ -41,13 +41,4 @@ #!/usr/bin/env node

this._exec("npm", ["install", "grunt", "-g"], currentDir, function (success) {
this._exec("grunt", ["start"], currentDir, function (success) {
if (success) {
this._exec("grunt", ["start"], currentDir, function (success) {
if (success) {
process.exit();
}
}.bind(this));
}
else {
console.log("There was an error installing grunt. Try running 'npm install grunt -g' manually, then try again.");
process.exit();

@@ -54,0 +45,0 @@ }

6

package.json

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

"description": "The NPM Command Line Interface for the RED Boilerplate",
"version": "2.0.8",
"version": "2.0.9",
"repository": {

@@ -15,2 +15,6 @@ "type": "git",

},
"scripts": {
"install": "npm install grunt -g",
"update": "npm install grunt -g"
},
"main": "lib/rbp.js",

@@ -17,0 +21,0 @@ "engines": {

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