Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.9 to 1.10.10

.npmignore

4

lib/databases/dynamodb.js

@@ -150,3 +150,2 @@ var util = require('util'),

if (!vm.actionOnCommit) return callback(new Error());
var objDescriptor = {

@@ -217,3 +216,4 @@ HashKey: vm.id,

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

@@ -220,0 +220,0 @@

{
"author": "adrai",
"name": "viewmodel",
"version": "1.10.9",
"version": "1.10.10",
"private": false,

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

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

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

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

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