Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
14
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.56 to 1.16.57

4

lib/definitions/viewBuilder.js

@@ -104,3 +104,3 @@ var Definition = require('../definitionBase'),

this.defineShouldHandleEvent(truthyShouldHandleEvent);
this.defineShouldHandleEvent(truthyShouldHandleEvent);

@@ -396,3 +396,3 @@ this.onAfterCommit(function (evt, vm) {});

if (!self.options.callOnAfterCommitDuringReplay && self.collection.isReplaying) {
if ((!self.options.callOnAfterCommitDuringReplay && self.collection.isReplaying) || self.options.skipAfterCommit) {
return callback(null, notification);

@@ -399,0 +399,0 @@ }

@@ -28,3 +28,3 @@ var debug = require('debug')('denormalizer'),

}
/**

@@ -49,3 +49,4 @@ * Denormalizer constructor

commandRejectedEventName: 'commandRejected',
callOnAfterCommitDuringReplay: false
callOnAfterCommitDuringReplay: false,
skipAfterCommit: false
};

@@ -52,0 +53,0 @@

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.16.56",
"version": "1.16.57",
"private": false,

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

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

## [v1.16.57](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.56...v1.16.57)
- skipAfterCommit [#88](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/88) thanks to [Robin Fehr](https://github.com/robinfehr)
## [v1.16.56](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.55...v1.16.56)

@@ -2,0 +5,0 @@ - refactoring of findViewModel - only one loop [#85](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/85) thanks to [Robin Fehr](https://github.com/robinfehr)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc