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

block-messenger

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

block-messenger - npm Package Compare versions

Comparing version 1.1.5 to 1.1.7

3

dist/src/mqtt-messenger.js

@@ -5,2 +5,3 @@ "use strict";

const Mqtt = require("mqtt");
const uuid = require('uuid/v4');
/**

@@ -29,3 +30,3 @@ *

this.options = {
clientId: options.clientId,
clientId: `${options.clientId}-${uuid()}`,
resubscribe: true,

@@ -32,0 +33,0 @@ reconnectPeriod: 1000,

{
"name": "block-messenger",
"version": "1.1.5",
"version": "1.1.7",
"description": "Message exchange between pipeline blocks",

@@ -22,4 +22,5 @@ "main": "dist/index.js",

"dependencies": {
"bluebird": "^3.5.1",
"mqtt": "^2.18.3",
"bluebird": "^3.5.1"
"uuid": "^3.3.2"
},

@@ -26,0 +27,0 @@ "devDependencies": {

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