Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
11
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.25 to 1.9.26

2

lib/revisionGuard.js

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

if (!revInStore && revInEvt !== 1 && !self.currentHandlingRevisions[concatenatedId]) {
if (!revInStore && revInEvt !== (self.options.startRevisionNumber || 1) && !self.currentHandlingRevisions[concatenatedId]) {
var max = (self.options.queueTimeout * self.options.queueTimeoutMaxLoops) / 3;

@@ -338,0 +338,0 @@ max = max < 10 ? 10 : max;

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.25",
"version": "1.9.26",
"private": false,

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

@@ -1,2 +0,2 @@

## [v1.9.25](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.24...v1.9.25)
## [v1.9.25](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.24...v1.9.26)
- revisionGuard: optional startRevisionNumber

@@ -3,0 +3,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc