New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ricochet

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ricochet - npm Package Compare versions

Comparing version

to
0.3.10

2

package.json
{
"name": "ricochet",
"version": "0.3.9",
"version": "0.3.10",
"description": "Pub/Sub Framework for building robust TCP transport layers in node.js applications ",

@@ -5,0 +5,0 @@ "main": "ricochet.js",

@@ -203,3 +203,3 @@ 'use strict';

}
if(results.ip !== client.ip){
if(results.ip && results.ip !== client.ip){
return callback(self.helpers.error('auth_ip', {

@@ -206,0 +206,0 @@ provided: client.ip,