Socket
Socket
Sign inDemoInstall

viewmodel

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viewmodel - npm Package Compare versions

Comparing version 1.7.3 to 1.7.4

2

lib/databases/dynamodb.js

@@ -40,3 +40,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;

@@ -43,0 +43,0 @@ self.emit('connect');

{
"author": "adrai",
"name": "viewmodel",
"version": "1.7.3",
"version": "1.7.4",
"private": false,

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

"parent-require": "1.0.0",
"sift": "3.3.12",
"sift": "5.0.0",
"tolerance": "1.0.0",

@@ -25,3 +25,3 @@ "uuid": "3.1.0"

"devDependencies": {
"aws-sdk": "2.94.0",
"aws-sdk": "2.106.0",
"azure-storage": ">=0.3.0",

@@ -28,0 +28,0 @@ "cradle": ">=0.6.7",

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

## [v1.7.4](https://github.com/adrai/node-viewmodel/compare/v1.7.3...v1.7.4)
- fixing dynamodb DocumentClient initialization [#53](https://github.com/adrai/node-viewmodel/pull/54) thanks to [Glockenbeat](https://github.com/Glockenbeat)
## [v1.7.3](https://github.com/adrai/node-viewmodel/compare/v1.7.2...v1.7.3)

@@ -2,0 +5,0 @@ - move aws-sdk to dev dep

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