Socket
Socket
Sign inDemoInstall

faye-redis

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faye-redis - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

README.md

2

faye-redis.js

@@ -153,3 +153,3 @@ var Engine = function(server, options) {

self.clientExists(clientId, function(exists) {
if (!exists) this._redis.del(queue);
if (!exists) self._redis.del(queue);
});

@@ -156,0 +156,0 @@ });

@@ -7,3 +7,3 @@ { "name" : "faye-redis"

, "version" : "0.1.2"
, "version" : "0.1.3"
, "engines" : {"node": ">=0.4.0"}

@@ -10,0 +10,0 @@ , "main" : "./faye-redis"

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