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.1.4 to 1.1.5

8

lib/databases/redis.js

@@ -274,3 +274,9 @@ 'use strict';

if (currentHash && vm.has('_hash') && vm.get('_hash') != currentHash) {
return callback(new ConcurrencyError());
self.client.unwatch(function (err) {
err = new ConcurrencyError();
if (callback) {
callback(err);
}
});
return;
}

@@ -277,0 +283,0 @@ vm.set('_hash', uuid().toString());

2

package.json
{
"author": "adrai",
"name": "viewmodel",
"version": "1.1.4",
"version": "1.1.5",
"private": false,

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

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

#### v1.1.4
#### v1.1.5
- make redis commit transactional

@@ -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