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.9 to 0.0.10

5

messagehub.js

@@ -195,8 +195,9 @@ /**

node.log("Consumer created...");
this.status({fill:"green", shape:"ring", text:"Connected"});
return getTopicAndSend(consumerInstance)
})
.fail(function(error) {
node.error('Error creating cosumer', {error: error});
node.status({fill:"red", shape:"ring", text: error.message});
node.error('Error creating consumer', {error: error});
});
this.status({fill:"green", shape:"ring", text:"Connected"});
} catch(e) {

@@ -203,0 +204,0 @@ node.error(e);

2

package.json
{
"name": "@nickcis/node-red-contrib-messagehub-node",
"version": "0.0.9",
"version": "0.0.10",
"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