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

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js-community/event-queue - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

2

package.json
{
"name": "@cap-js-community/event-queue",
"version": "1.8.4",
"version": "1.8.5",
"description": "An event queue that enables secure transactional processing of asynchronous and periodic events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.",

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

@@ -317,4 +317,8 @@ "use strict";

useEventQueueUser: config.useEventQueueUser,
retryFailedAfter: config.retryFailedAfter,
priority: config.priority,
multiInstanceProcessing: config.multiInstanceProcessing,
internalEvent: true,
};
this.#basicEventTransformationAfterValidate(eventConfig);

@@ -321,0 +325,0 @@ this.#config.events.push(eventConfig);

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