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.2 to 0.1.3

4

lib/warlock.js

@@ -5,8 +5,6 @@ var crypto = require('crypto');

var scripty;
module.exports = function(redis){
var warlock = {};
scripty = new Scripty(redis);
var scripty = new Scripty(redis);

@@ -13,0 +11,0 @@ warlock.makeKey = function(key) {

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

@@ -5,0 +5,0 @@ "main": "lib/warlock.js",

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