Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.16 to 1.9.17

2

lib/definitions/collection.js

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

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

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

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.16",
"version": "1.9.17",
"private": false,

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

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

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

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

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