ip2proxy-nodejs
Advanced tools
+1
-1
| { | ||
| "name": "ip2proxy-nodejs", | ||
| "version": "4.2.2", | ||
| "version": "4.2.3", | ||
| "description": "IP2Proxy proxy detection component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+2
-2
@@ -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 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
44911
0