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
1
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 3.2.6 to 3.2.7

1

dist/producers/producer.sqs.js

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

let queueAttributes = {
VisibilityTimeout: `${topic.visibilityTimeout || constants_1.DEFAULT_VISIBILITY_TIMEOUT}`,
DelaySeconds: `${constants_1.DEFAULT_MESSAGE_DELAY}`,

@@ -84,0 +85,0 @@ MessageRetentionPeriod: `${(topic === null || topic === void 0 ? void 0 : topic.retentionPeriod) ||

4

dist/types.d.ts

@@ -226,6 +226,2 @@ /// <reference types="node" />

/**
* Use this to force load topics from external clients
*/
refreshTopicsCache?: boolean;
/**
* Optional default queues options when consuming on a default queue

@@ -232,0 +228,0 @@ *

{
"name": "@rewaa/event-broker",
"version": "3.2.6",
"version": "3.2.7",
"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

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