Socket
Socket
Sign inDemoInstall

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.84 to 0.2.85

4

helpers/dumps.js

@@ -251,2 +251,3 @@

var drop = get('drop');
var where = get('where');
var schema = get('schema') || get('schema-only');

@@ -257,6 +258,5 @@ var schemaAll = get('schema-all');

}
if (!schema) {
if (!schema && !where) {
drop = true;
}
var where = get('where');
var argTables = get('table') || get('tables') || get('tables-only');

@@ -263,0 +263,0 @@ argTables = typeof argTables === 'string' ? argTables.split(/[\s\,]+/g) : [];

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