You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-red-nodes-cf-sqldb-dashdb

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-nodes-cf-sqldb-dashdb - npm Package Compare versions

Comparing version

to
0.2.18

4

98-sqldb-dashdb-cf.js

@@ -116,3 +116,3 @@ /**

var insertStatement = "insert into '"+node.table+"' (" + columnList + ") values("+questionMarks+")";
var insertStatement = "insert into \""+node.table+"\" (" + columnList + ") values("+questionMarks+")";
console.log("SQLDB output node: Preparing insert statement: " + insertStatement);

@@ -193,3 +193,3 @@

var insertStatement = "insert into '"+node.table+"' (" + columnList + ") values("+questionMarks+")";
var insertStatement = "insert into \""+node.table+"\" (" + columnList + ") values("+questionMarks+")";
console.log("dashDB output node: Preparing insert statement: " + insertStatement);

@@ -196,0 +196,0 @@

{
"name" : "node-red-nodes-cf-sqldb-dashdb",
"version" : "0.2.17",
"version" : "0.2.18",
"description" : "Node-RED nodes to access SQLDB and dashDB services on Bluemix",

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.