You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cap-js-community/event-queue

Package Overview
Dependencies
Maintainers
3
Versions
99
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 Versions

1
6789

0.1.57

Diff
s
smax
published 0.1.57 •
s
smax
published 0.1.56 •

Changelog

Source

v0.1.56 - 2023-08-31

Added

  • example project

Fixed

  • small bug fixes for local mode

Changed

  • better documentation
s
smax
published 0.1.55 •

Changelog

Source

v0.1.55 - 2023-08-17

Fixed

  • fix redis connect client
s
smax
published 0.1.54 •

Changelog

Source

v0.1.54 - 2023-08-16

Added

  • allow to distribute config via redis to instances

Fixed

  • move loggers from top-level to functions because cds 7 has different require orders. This the event-queue to use the custom project loggers
s
smax
published 0.1.53 •

Changelog

Source

v0.1.53 - 2023-08-07

Added

  • more resilient for small clock shifts in setInterval
s
smax
published 0.1.52 •

Changelog

Source

v0.1.52 - 2023-07-31

Fixed

  • fix missing catch for isOutdatedAndKeepalive
s
smax
published 0.1.51 •

Changelog

Source

v0.1.51 - 2023-07-27

Added

  • Delete event entries after defined number of days
  • improve exceeded event handling

Fixed

  • fix model loading for cds-plugin
  • fix setInterval clock drift
s
smax
published 0.1.50 •

Changelog

Source

v0.1.50 - 2023-07-13

Added

  • new transaction modes
  • register rollback of transaction in combination with returning successful event processing status
s
smax
published 0.1.49 •

Changelog

Source

v0.1.49 - 2023-07-05

Added

  • first npm release after internal development