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.2.1 to 1.2.2

8

lib/revisionGuardStore/index.js

@@ -9,8 +9,8 @@ 'use strict';

if (options.prototype instanceof Base) {
return options;
options.type = options.type || 'inmemory';
if (options.type && options.type.prototype instanceof Base) {
return options.type;
}
options.type = options.type || 'inmemory';
options.type = options.type.toLowerCase();

@@ -17,0 +17,0 @@

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.2.1",
"version": "1.2.2",
"private": false,

@@ -22,3 +22,3 @@ "main": "index.js",

"tolerance": "1.0.0",
"viewmodel": "1.2.6"
"viewmodel": "1.2.7"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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

## [v1.2.2](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.2.1...v1.2.2)
- fix usage with own db implementation
## [v1.2.1](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.2.0...v1.2.1)

@@ -2,0 +5,0 @@ - fix revisionGuard in replay

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