Socket
Socket
Sign inDemoInstall

cqrs-eventdenormalizer

Package Overview
Dependencies
14
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.0 to 1.12.1

4

lib/revisionGuardStore/databases/dynamodb.js

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

self.client = new aws.DynamoDB(self.options.endpointConf);
self.documentClient = new aws.DynamoDB.DocumentClient(self.client);
self.documentClient = new aws.DynamoDB.DocumentClient({ service: self.client });
self.isConnected = true;

@@ -326,2 +326,2 @@ self.emit('connect');

module.exports = DynamoDB;
module.exports = DynamoDB;
{
"author": "adrai",
"name": "cqrs-eventdenormalizer",
"version": "1.12.0",
"version": "1.12.1",
"private": false,

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

"uuid": "3.1.0",
"viewmodel": "1.7.3"
"viewmodel": "1.7.4"
},

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

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

## [v1.12.1](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.12.0...v1.12.1)
- fixing dynamodb DocumentClient initialization [#60](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/60) thanks to [Glockenbeat](https://github.com/Glockenbeat)
## [v1.12.0](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.11.0...v1.12.0)

@@ -2,0 +5,0 @@ - Support default exports [#58](https://github.com/adrai/node-cqrs-eventdenormalizer/pull/59) thanks to [IRT-fbachmann](https://github.com/IRT-fbachmann)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc