Socket
Socket
Sign inDemoInstall

node-red-bluemix-nodes

Package Overview
Dependencies
110
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.10 to 1.1.11

.DS_Store

4

io/31-tcpin-cf.js

@@ -421,3 +421,3 @@ /**

node.connected = false;
if (node.done) { node.done(); }
if (node.finished) { node.finished(); }
});

@@ -449,3 +449,3 @@

this.on("close", function(done) {
node.done = done;
node.finished = done;
if (client) {

@@ -452,0 +452,0 @@ buf = null;

{
"name": "node-red-bluemix-nodes",
"version": "1.1.10",
"version": "1.1.11",
"description": "A collection of extra Node-RED nodes for IBM Bluemix.",

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

@@ -30,2 +30,4 @@ Node-RED Nodes for IBM Bluemix

- **New** : add a one click Test feature for a given Decision Service (trace mode available) that help in the discovery, the test and the integration of Decision Services deployed in your Business Rules instance
- Predictive Analytics
- Accesses the Predictive Analytics service on Bluemix - This in turn can import and run scoring models built using IBM's SPSS Modeller.

@@ -32,0 +34,0 @@ Prior to version 1.0.1, this module also included nodes for the IBM Watson and Alchemy

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc