geoip-lite2
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "geoip-lite2", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind.", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.48.0", | ||
"mocha": "^10.2.0" | ||
@@ -57,0 +57,0 @@ }, |
@@ -7,5 +7,5 @@ πΊοΈ GeoIP-Lite2 | ||
[![Build Status](https://travis-ci.org/bluesmoon/node-geoip.svg?branch=master "node-geoip on Travis")](https://travis-ci.org/bluesmoon/node-geoip) | ||
> **Note** | ||
> You MUST update the data files after installation. The MaxMind license does not allow us to distribute the latest version of the data files with this package. Follow the instructions under update the datafiles for details. | ||
π Improved GeoIP Module by [Sefinek](https://sefinek.net) | ||
@@ -12,0 +12,0 @@ ------------ |
@@ -38,6 +38,6 @@ const assert = require('assert'); | ||
assert.strictEqual(actual.country, 'JP'); | ||
assert.strictEqual(actual.region, ''); | ||
assert.strictEqual(actual.region, '13'); | ||
assert.strictEqual(actual.eu, '0'); | ||
assert.strictEqual(actual.timezone, 'Asia/Tokyo'); | ||
assert.strictEqual(actual.city, ''); | ||
assert.strictEqual(actual.city, 'Chiyoda-ku'); | ||
assert.ok(actual.ll); | ||
@@ -44,0 +44,0 @@ assert.strictEqual(actual.metro, 0); |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
177345611