Socket
Socket
Sign inDemoInstall

resolve-bus-zmq

Package Overview
Dependencies
Maintainers
1
Versions
603
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-bus-zmq - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

2

es/on-message.js

@@ -10,3 +10,3 @@ const onMessage = async (pool, message) => {

const topicHandlers = pool.handlers.get(topic);
if (topicHandlers == null) return;
if (topicHandlers == null) continue;

@@ -13,0 +13,0 @@ for (const handler of Array.from(topicHandlers)) {

@@ -17,3 +17,3 @@ "use strict";

const topicHandlers = pool.handlers.get(topic);
if (topicHandlers == null) return;
if (topicHandlers == null) continue;

@@ -20,0 +20,0 @@ for (const handler of Array.from(topicHandlers)) {

{
"name": "resolve-bus-zmq",
"version": "0.19.0",
"version": "0.19.1",
"description": "This package is an adapter for resolve-bus to emit events using ZeroMQ.",

@@ -30,3 +30,3 @@ "engines": {

"zeromq": "^4.6.0",
"resolve-bus-base": "0.19.0"
"resolve-bus-base": "0.19.1"
},

@@ -33,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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