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.0.6 to 0.0.7

bin/boom

2

libs/config.js

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

try {
self.source = JSON.parse(fs.readFileSync(path.resolve(process.cwd(),'./config.json')));
self.source = JSON.parse(fs.readFileSync(path.resolve(process.cwd(),'./boom.json')));
} catch(err) {

@@ -32,0 +32,0 @@ logger.error('config.json error', err);

@@ -9,3 +9,3 @@ var fs = require('fs');

try {
taskSource = fs.readFileSync(path.resolve(process.cwd(),'./tasks')).toString();
taskSource = fs.readFileSync(path.resolve(process.cwd(),'./boom.tasks')).toString();
} catch(err) {

@@ -23,3 +23,3 @@ logger.error('read tasks error', err);

},
init: function(){

@@ -26,0 +26,0 @@ var self = this;

{
"name": "boom-deploy",
"main": "boom.js",
"version": "0.0.6",
"version": "0.0.7",
"description": "deploy your app",

@@ -13,3 +13,3 @@ "keywords": [

"bin": {
"boom": "./bin/boom.js"
"boom": "./bin/boom"
},

@@ -16,0 +16,0 @@ "dependencies": {

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