geoip-lite2 2.1.15 → 2.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,6 +32,11 @@ This change enhances testing and contributes to the overall reliability of the m
32
32
  > I am not the creator of this npm module! All copyright rights belong to its original [Creators](AUTHORS).
33
33
 
34
34
 
35
+ 🌠 Version without a local database
36
+ -----------------------------------
37
+ 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.
38
+
39
+
35
40
  ✨ Demonstration
36
41
  ----------------
37
42
  You can see this module in action on my [official API](https://sefinek.net). Generally speaking, the API interface is public, and you can safely use it in your projects. Happy coding!
@@ -268,4 +273,4 @@ If your use-case requires doing less than 100 queries through the lifetime of yo
268
273
 
269
274
  🔐 License
270
275
  ----------
271
- There are two licenses for the code and data. See the [LICENSE](LICENSE) file for details.
276
+ There are two licenses for the code and data. See the [LICENSE](LICENSE) file for details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "geoip-lite2",
3
- "version": "2.1.15",
4
- "description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved version by Sefinek.",
3
+ "version": "2.1.16",
4
+ "description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.",
5
5
  "keywords": [
6
6
  "city",
7
7
  "country",