Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0 to 0.1.1

CHANGELOG.txt

2

faye-redis.js

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

currentTime = new Date().getTime(),
expiry = currentTime + this.LOCK_TIMEOUT * 1000 + 1;
expiry = currentTime + this.LOCK_TIMEOUT * 1000 + 1,
self = this;

@@ -193,0 +193,0 @@

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

, "version" : "0.1.0"
, "version" : "0.1.1"
, "engines" : {"node": ">=0.4.0"}

@@ -18,9 +18,9 @@ , "main" : "./faye-redis"

, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
}
]
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/faye/faye-redis-node.git"
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/faye/faye-redis-node.git"
}

@@ -27,0 +27,0 @@ ]

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