geoip-lite
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -34,3 +34,3 @@ var fs = require('fs'), | ||
} | ||
else if(process.version == 'v0.5.5') { | ||
else if((new Buffer(0).readUInt32BE)) { | ||
readUInt32 = function(b, offset, bigEndian) { | ||
@@ -37,0 +37,0 @@ if(bigEndian) |
{ | ||
"name" : "geoip-lite", | ||
"version" : "1.0.2", | ||
"version" : "1.0.3", | ||
"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"], |
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
1848247