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.15 to 1.9.16

2

lib/definitions/collection.js

@@ -207,2 +207,4 @@ 'use strict';

vm.actionOnCommitForReplay = vm.actionOnCommit;
// Clone the values to be sure no reference mistakes happen!
vm.attributes = vm.toJSON();
this.replayingVms[vm.id] = vm;

@@ -209,0 +211,0 @@ if (vm.actionOnCommit === 'delete') {

2

package.json
{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.15",
"version": "1.9.16",
"private": false,

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

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

## [v1.9.16](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.15...v1.9.16)
- fix a replay inmemory issue
## [v1.9.15](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.14...v1.9.15)

@@ -2,0 +5,0 @@ - update viewmodel

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