Comparing version 0.1.0 to 0.1.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
1
10688
4
177