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.10.8 to 1.10.9

5

lib/databases/dynamodb.js

@@ -214,2 +214,7 @@ var util = require('util'),

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

@@ -216,0 +221,0 @@ self.client,

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "1.10.8",
"version": "1.10.9",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

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

## [v1.10.9](https://github.com/adrai/node-viewmodel/compare/v1.10.8...v1.10.9)
- Increase DynamoDB performance [#66](https://github.com/adrai/node-viewmodel/pull/66) thanks to [Peter Schramm](https://github.com/Glockenbeat)
## [v1.10.8](https://github.com/adrai/node-viewmodel/compare/v1.10.7...v1.10.8)

@@ -2,0 +5,0 @@ - Allow to set dynamo DB document client options [#65](https://github.com/adrai/node-viewmodel/pull/65) thanks to [wrobel](https://github.com/wrobel)

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