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.3 to 0.1.4

.travis.yml

4

CHANGELOG.md
Changelog
---
# v0.1.3
* Allow proper use of Warlock with different redis clients.
# v0.1.2

@@ -5,0 +9,0 @@

14

package.json
{
"name": "node-redis-warlock",
"version": "0.1.3",
"version": "0.1.4",
"description": "Battle-hardened distributed locking using redis",

@@ -25,11 +25,11 @@ "main": "lib/warlock.js",

"dependencies": {
"node-redis-scripty": "~0.0.4",
"uuid": "2.0.1"
"node-redis-scripty": "0.0.5",
"uuid": "^2.0.1"
},
"devDependencies": {
"should": "^3.1.3",
"mocha": "^1.17.1",
"redis": "^0.10.1",
"async": "^0.9.0"
"async": "^1.4.2",
"mocha": "^2.2.5",
"redis": "^0.12.1",
"should": "^7.0.4"
}
}
warlock
=======
[![Travis](https://travis-ci.org/TheDeveloper/warlock.svg?branch=master)](https://travis-ci.org/TheDeveloper/warlock)
[![Dependency Status](https://david-dm.org/thedeveloper/warlock.svg)](https://david-dm.org/thedeveloper/warlock)
[![Join the chat at https://gitter.im/TheDeveloper/warlock](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TheDeveloper/warlock?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Battle-hardened distributed locking using redis.

@@ -5,0 +9,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