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.24

2

98-sqldb-dashdb-cf.js

@@ -174,3 +174,3 @@ /**

var insertIterations;
if (msg.payload instanceof Array) {
if (Array.isArray(msg.payload)) {
console.log(service+": msg.payload is an array, need to iterate...");

@@ -177,0 +177,0 @@ batchInsert = true;

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

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