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
7
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.0.2 to 1.0.3

2

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

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

@@ -25,4 +25,6 @@ "use strict";

{ ref: ["status"] },
"=",
{ val: EventProcessingStatus.Open },
"IN",
{
list: [{ val: EventProcessingStatus.Open }, { val: EventProcessingStatus.InProgress }],
},
])

@@ -29,0 +31,0 @@ .columns(["ID", "type", "subType", "startAfter"]);

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

if (tenantIdHash && tenantIdHash !== hash) {
tenantIdHash = hash;
cds.log(COMPONENT_NAME).info("tenant id hash changed, triggering updating periodic events!");

@@ -304,3 +305,3 @@ _multiTenancyPeriodicEvents().catch((err) => {

try {
logger.info("executing updating periotic events", {
logger.info("executing updating periodic events", {
tenantId: context.tenant,

@@ -307,0 +308,0 @@ subdomain: context.http?.req.authInfo.getSubdomain(),

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