Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@5minds/node-red-contrib-processcube-amqp

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/node-red-contrib-processcube-amqp - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

amqp-config.js

@@ -7,2 +7,3 @@ const AMQPConnection = require('./amqp-connection');

this.connectionString = n.connectionString;
const node = this;

@@ -9,0 +10,0 @@ this.connection = new AMQPConnection(this.connectionString);

@@ -55,2 +55,3 @@ const amqplib = require('amqplib');

} catch (e) {
console.log(e);
await sleep(500);

@@ -57,0 +58,0 @@ }

2

package.json
{
"name": "@5minds/node-red-contrib-processcube-amqp",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Node-RED nodes for AMQP",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc