geoip-lite2 2.1.15 → 2.1.17

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.
package/AUTHORS CHANGED
@@ -1,3 +1,3 @@
1
1
  Philip Tellis <philip@bluesmoon.info> (https://bluesmoon.info)
2
2
  Arturs Sosins <@ar2rsawseen>
3
- Modified by: Sefinek <contact@sefinek.net> (https://sefinek.net)
3
+ Sefinek <contact@sefinek.net> (https://sefinek.net)
package/LICENSE CHANGED
@@ -23,7 +23,7 @@ limitations under the License.
23
23
 
24
24
  DATABASES LICENSE (GeoLite2 databases)
25
25
 
26
- Copyright (c) 2012-2018 MaxMind, Inc. All Rights Reserved.
26
+ Copyright (c) 2012-2023 MaxMind, Inc. All Rights Reserved.
27
27
 
28
28
  The GeoLite2 databases are distributed under the
29
29
  Creative Commons Attribution-ShareAlike 4.0 International License (the "License");
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.
@@ -1 +1 @@
1
- 10638cc188195133c88fb2a259ff7b9ba33c3e2ed504484b98b417755e362863 GeoLite2-City-CSV_20231003.zip
1
+ ee9c1a64512461f9dc3de00a3eae83965bf62f69aefa9d9dd94f15d36e409805 GeoLite2-City-CSV_20231013.zip
@@ -1 +1 @@
1
- 4f9623acd28dbadf6ff7946aa86f7c610e317c2729ea0f3adc1fa422c11e99e5 GeoLite2-Country-CSV_20231003.zip
1
+ 76e3213958d6189a933a1491495de2d2a541eb88d351a05dd689a6801408659c GeoLite2-Country-CSV_20231013.zip
Binary file
Binary file
Binary file
Binary file
Binary file
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.17",
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",