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.16.3 to 1.16.4

.npmignore

3

lib/revisionGuardStore/databases/dynamodb.js

@@ -190,3 +190,4 @@ var util = require('util'),

if (collections.indexOf(self.collectionName) >= 0) {
return callback(null);
if (callback) callback(null);
return;
}

@@ -193,0 +194,0 @@

{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.16.3",
"version": "1.16.4",
"private": false,

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

"uuid": "3.1.0",
"viewmodel": "1.10.9"
"viewmodel": "1.10.10"
},

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

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

## [v1.16.3](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.2...v1.16.3)
## [v1.16.4](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.16.2...v1.16.4)
- Increase DynamoDB performance [#80](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/80) thanks to [Peter Schramm](https://github.com/Glockenbeat)

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

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