Socket
Socket
Sign inDemoInstall

@nickcis/node-red-contrib-messagehub-node

Package Overview
Dependencies
7
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

4

messagehub.js

@@ -195,3 +195,3 @@ /**

node.log("Consumer created...");
this.status({fill:"green", shape:"ring", text:"Connected"});
node.status({fill:"green", shape:"ring", text:"Connected"});
return getTopicAndSend(consumerInstance)

@@ -205,3 +205,3 @@ })

node.error(e);
this.status({fill:"red", shape:"ring", text:"Error while consuming"});
node.status({fill:"red", shape:"ring", text:"Error while consuming"});
}

@@ -208,0 +208,0 @@

{
"name": "@nickcis/node-red-contrib-messagehub-node",
"version": "0.0.10",
"version": "0.0.11",
"description": "Node-RED nodes of HighLevel MessageHub Producer and Consumer",

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

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