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.66 to 0.2.67

4

helpers/defaults.js

@@ -690,7 +690,7 @@

function cqlshDesc(table){
lazySsh('cqlsh ' + exportCassandra.host + ' -e \"DESC ' + exportCassandra.keyspace + (table ? '.' + table : '') + '\"');
lazySsh('cqlsh ' + exportCassandra.host + ' --cqlversion=3.4.0 -e \"DESC ' + exportCassandra.keyspace + (table ? '.' + table : '') + '\"');
}
function cqlshCopyTo(table){
lazySsh('cqlsh ' + exportCassandra.host + ' -e \"SELECT * FROM ' + exportCassandra.keyspace + '.' + table + ' LIMIT 10\"');
lazySsh('cqlsh ' + exportCassandra.host + ' --cqlversion=3.4.0 -e \"SELECT * FROM ' + exportCassandra.keyspace + '.' + table + ' LIMIT 10\"');
}

@@ -697,0 +697,0 @@

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