engine.io
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -34,3 +34,7 @@ /** | ||
// Cache IP since it might not be in the req later | ||
this.remoteAddress = req.connection.remoteAddress; | ||
if (req.websocket && req.websocket._socket) { | ||
this.remoteAddress = req.websocket._socket.remoteAddress; | ||
} else { | ||
this.remoteAddress = req.connection.remoteAddress; | ||
} | ||
@@ -37,0 +41,0 @@ this.checkIntervalTimer = null; |
{ | ||
"name": "engine.io", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", | ||
@@ -30,3 +30,3 @@ "main": "lib/engine.io", | ||
"base64id": "1.0.0", | ||
"debug": "~2.6.4", | ||
"debug": "~2.6.9", | ||
"engine.io-parser": "~2.1.0", | ||
@@ -33,0 +33,0 @@ "ws": "~2.3.1", |
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
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
68836
1692
Updateddebug@~2.6.9