Socket
Socket
Sign inDemoInstall

node-redis-warlock

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-redis-warlock - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

CHANGELOG.md
Changelog
---
# v0.1.2
* Update [`uuid`](https://www.npmjs.org/package/uuid) dependency to v2.0.1.
* Merge [#5](https://github.com/TheDeveloper/warlock/pull/5): Fix Lua script arg usage.
# v0.1.1
* Bugfix
# v0.1.0

@@ -5,0 +14,0 @@

2

lib/warlock.js

@@ -61,3 +61,3 @@ var crypto = require('crypto');

return parityDel.run(2, warlock.makeKey(key), id, cb);
return parityDel.run(1, warlock.makeKey(key), id, cb);
}

@@ -64,0 +64,0 @@ );

{
"name": "node-redis-warlock",
"version": "0.1.1",
"version": "0.1.2",
"description": "Battle-hardened distributed locking using redis",

@@ -26,3 +26,3 @@ "main": "lib/warlock.js",

"node-redis-scripty": "~0.0.4",
"uuid": "^1.4.1"
"uuid": "2.0.1"
},

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

Sorry, the diff of this file is not supported yet

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