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.60 to 0.2.61

3

boom/debug.js

@@ -99,2 +99,5 @@

new Task('color', function(data){
local('cd {{cwdPath}} && npm outdated');
});

@@ -101,0 +104,0 @@ new Task('test2', function(data){

2

helpers/defaults.js

@@ -161,3 +161,3 @@

new Helper(function detectHead(){
var output = local('git ls-remote {{repo}} \'{{branch}}\'');
var output = local('git ls-remote {{cloneUrl}} \'{{branch}}\'');
var head = output.split(/\s+/).shift();

@@ -164,0 +164,0 @@ if (!head) throw 'Has no commit in `' + get('branch') + '` branch.';

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