Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
7
Versions
65
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.4.4 to 1.4.5

2

package.json
{
"name": "@cap-js-community/event-queue",
"version": "1.4.4",
"version": "1.4.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",

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

const { EventProcessingStatus } = require("../constants");
const common = require("../shared/common");

@@ -26,3 +27,6 @@ const COMPONENT_NAME = "/eventQueue/outbox/generic";

delete msg.contextUser;
processContext.user = new cds.User.Privileged(userId);
processContext.user = new cds.User.Privileged({
id: userId,
authInfo: await common.getAuthInfo(processContext.tenant),
});
processContext._eventQueue = { processor: this, key, queueEntries, payload };

@@ -29,0 +33,0 @@ await cds.unboxed(service).tx(processContext)[invocationFn](msg);

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