geoip-lite
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name" : "geoip-lite", | ||
"version" : "1.3.4", | ||
"version" : "1.3.5", | ||
"description" : "A light weight native JavaScript implementation of GeoIP API from MaxMind", | ||
@@ -5,0 +5,0 @@ "keywords" : ["geo", "geoip", "ip", "ipv4", "ipv6", "geolookup", "maxmind", "geolite"], |
@@ -454,3 +454,3 @@ // fetches and converts maxmind lite databases | ||
var cc = fields[4]; | ||
var rg = fields[2]; | ||
var rg = fields[6]; | ||
var city = fields[10]; | ||
@@ -457,0 +457,0 @@ var metro = parseInt(fields[11]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95389299