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.73 to 0.2.74

3

boom/debug.js

@@ -228,3 +228,4 @@

local('ping viboom.com -c 1');
ssh('ls -lah');
// ssh('ls -lah');
task('jsontest');
sleep(1000);

@@ -231,0 +232,0 @@ lazySsh('pwd');

@@ -152,3 +152,3 @@ var _ = require('lodash');

var funcstring = task.func.toString();
logger.info($.bold('Executing: task ' + $.cyan(taskname)));
logger.info($.bold('TASK begin ' + $.cyan(taskname)));
if (config.get('debug')) {

@@ -160,2 +160,3 @@ console.log($.cyan(funcstring));

if (err) return callback(err);
logger.info($.bold('TASK end ' + $.cyan(taskname)));
callback(null, out);

@@ -162,0 +163,0 @@ })

{
"name": "boom-deploy",
"main": "boom.js",
"version": "0.2.73",
"version": "0.2.74",
"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