Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

boom-deploy

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boom-deploy - npm Package Compare versions

Comparing version 0.2.47 to 0.2.48

4

boom/debug.js

@@ -63,2 +63,6 @@

new Task('stderr', function(){
local('ls -lah 1231213213');
})
new Task('dimcity', function(){

@@ -65,0 +69,0 @@ detectHead();

6

libs/spawnProcess.js

@@ -1,5 +0,7 @@

var cp = require('child_process');
var cp = require('child_process');
var logger = require('./logger');
var config = require('./config');
var $ = require('./stylize');
function spawnProcess(command, options, callback) {

@@ -10,3 +12,3 @@ var child = cp.spawn(command, options);

child.stderr.on('data', function (chunk) {
process.stderr.write(chunk.toString());
process.stderr.write($.lightred(chunk.toString()));
err.push(chunk.toString());

@@ -13,0 +15,0 @@ });

{
"name": "boom-deploy",
"main": "boom.js",
"version": "0.2.47",
"version": "0.2.48",
"description": "deploy your app",

@@ -6,0 +6,0 @@ "keywords": [

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