ip2location-nodejs
Advanced tools
Comparing version 9.0.0 to 9.1.0
{ | ||
"name": "ip2location-nodejs", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "IP2Location geolocation component", | ||
@@ -18,5 +18,7 @@ "keywords": [ | ||
"src/test.js", | ||
"src/ip2location.d.ts", | ||
"./README.md" | ||
], | ||
"main": "src/ip2location.js", | ||
"types": "src/ip2location.d.ts", | ||
"license": "MIT", | ||
@@ -23,0 +25,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ var net = require("net"); | ||
// For BIN queries | ||
const VERSION = "9.0.0"; | ||
const VERSION = "9.1.0"; | ||
const MAX_INDEX = 65536; | ||
@@ -10,0 +10,0 @@ const COUNTRY_POSITION = [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48079
6
1184
2