We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2613887 commit 4dceb84Copy full SHA for 4dceb84
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ip2proxy-nodejs",
3
- "version": "2.3.0",
+ "version": "3.0.0",
4
"description": "IP2Proxy proxy detection component",
5
"keywords": [
6
"vpn-detection",
src/ip2proxy.js
@@ -4,7 +4,7 @@ var bigInt = require("big-integer");
var fd;
7
-var version = "2.3.0";
+var version = "3.0.0";
8
var binfile = "";
9
var IPv4ColumnSize = 0;
10
var IPv6ColumnSize = 0;
0 commit comments