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.28 to 1.9.29

2

lib/revisionGuardStore/databases/mongodb.js

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

console.error(err.stack || err);
self.db.close(function () {});
self.disconnect();
}

@@ -125,0 +125,0 @@ });

@@ -126,5 +126,3 @@ 'use strict';

console.error((new Error ('Heartbeat timeouted after ' + gracePeriod + 'ms (redis)')).stack);
if (self.client) {
self.client.end(true);
}
self.disconnect();
}

@@ -131,0 +129,0 @@ }, gracePeriod);

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.9.28",
"version": "1.9.29",
"private": false,

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

"jsondate": "0.0.1",
"lodash": "4.5.0",
"lodash": "4.11.1",
"node-uuid": "1.4.7",

@@ -25,3 +25,3 @@ "parent-require": "1.0.0",

"tolerance": "1.0.0",
"viewmodel": "1.5.12"
"viewmodel": "1.5.13"
},

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

@@ -517,3 +517,3 @@ # Introduction

// if you have multiple concurrent events that targets the same vm, you can catch it like this:
// during a replay the denormalization finishes and the retry does not happen
// during a replay the denormalization finishes and the retry does not happen
if (vm.actionOnCommit === 'create') {

@@ -520,0 +520,0 @@ return this.retry();

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

## [v1.9.29](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.28...v1.9.29)
- redis, mongodb: call disconnect on ping error
## [v1.9.28](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.26...v1.9.28)

@@ -2,0 +5,0 @@ - fix replay race condition when deleting multiple times

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