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 7.0.1 to 7.0.2

2

dist/emitters/emitter.sqns.js

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

const topic = queue.topic;
queueCreationPromises.push(this.createQueue(topic));
queueCreationPromises.push(this.createQueue(Object.assign(Object.assign({}, topic), { visibilityTimeout: queue.visibilityTimeout, batchSize: queue.batchSize })));
});

@@ -229,0 +229,0 @@ const responses = await Promise.allSettled(queueCreationPromises);

{
"name": "@rewaa/event-broker",
"version": "7.0.1",
"version": "7.0.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

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