New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ip2proxy-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2proxy-nodejs - npm Package Compare versions

Comparing version
4.2.2
to
4.2.3
+1
-1
package.json
{
"name": "ip2proxy-nodejs",
"version": "4.2.2",
"version": "4.2.3",
"description": "IP2Proxy proxy detection component",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,3 +6,3 @@ var net = require("net");

// For BIN queries
const VERSION = "4.2.2";
const VERSION = "4.2.3";
const MAX_INDEX = 65536;

@@ -492,3 +492,3 @@ const COUNTRY_POSITION = [0, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];

if (ipFrom <= ipNumber && ipTo >= ipNumber) {
if (ipFrom <= ipNumber && ipTo > ipNumber) {
loadMesg(data, MSG_NOT_SUPPORTED); // load default message

@@ -495,0 +495,0 @@