New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rewaa/event-broker

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rewaa/event-broker - npm Package Compare versions

Comparing version

to
7.1.2

2

dist/emitters/emitter.sqns.js

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

for (let i = 0; i < queues.length; i += constants_1.TAG_QUEUE_CHUNK_SIZE) {
const queueChunk = queues.slice(i, i + constants_1.TOPIC_SUBSCRIBE_CHUNK_SIZE);
const queueChunk = queues.slice(i, i + constants_1.TAG_QUEUE_CHUNK_SIZE);
const promises = [];

@@ -151,0 +151,0 @@ for (const queue of queueChunk) {

{
"name": "@rewaa/event-broker",
"version": "7.1.0",
"version": "7.1.2",
"description": "A broker for all the events that Rewaa will ever produce or consume",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet