Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cqrs-eventdenormalizer - npm Package Compare versions

Comparing version 1.9.36 to 1.9.37

2

lib/revisionGuard.js

@@ -284,3 +284,3 @@ 'use strict';

if (!revInStore && revInEvt > self.currentHandlingRevisions[concatenatedId]) {
if (!revInStore && self.currentHandlingRevisions[concatenatedId] >= 0 && revInEvt > self.currentHandlingRevisions[concatenatedId]) {
debug('queue event [concatenatedId]=' + concatenatedId + ', [currentlyHandling]=' + self.currentHandlingRevisions[concatenatedId] + ', [revInEvt]=' + revInEvt);

@@ -287,0 +287,0 @@ self.queueEvent(evt, callback);

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.36",
"version": "1.9.37",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -0,1 +1,4 @@

## [v1.9.37](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.36...v1.9.37)
- edgecase in revisionGuard
## [v1.9.36](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.35...v1.9.36)

@@ -2,0 +5,0 @@ - redis, mongodb: call disconnect on ping error

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