geoip-lite2
Advanced tools
Comparing version 2.1.15 to 2.1.16
{ | ||
"name": "geoip-lite2", | ||
"version": "2.1.15", | ||
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved version by Sefinek.", | ||
"version": "2.1.16", | ||
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "city", |
@@ -35,2 +35,7 @@ <div align="center"> | ||
🌠 Version without a local database | ||
----------------------------------- | ||
This module requires a significant amount of RAM because geolocation data is stored in memory. Nevertheless, you can always use the official and alternative [geoip2-api](https://www.npmjs.com/package/geoip2-api) module, which sends a request to the API server and retrieves information about a specific IP address from there. | ||
✨ Demonstration | ||
@@ -272,2 +277,2 @@ ---------------- | ||
---------- | ||
There are two licenses for the code and data. See the [LICENSE](LICENSE) file for details. | ||
There are two licenses for the code and data. See the [LICENSE](LICENSE) file for details. |
177459150
276