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 +1 -1
- package/LICENSE +1 -1
- package/README.md +6 -1
- package/data/city.checksum +1 -1
- package/data/country.checksum +1 -1
- package/data/geoip-city-names.dat +0 -0
- package/data/geoip-city.dat +0 -0
- package/data/geoip-city6.dat +0 -0
- package/data/geoip-country.dat +0 -0
- package/data/geoip-country6.dat +0 -0
- package/package.json +2 -2
package/AUTHORS
CHANGED
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-
|
|
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.
|
package/data/city.checksum
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ee9c1a64512461f9dc3de00a3eae83965bf62f69aefa9d9dd94f15d36e409805 GeoLite2-City-CSV_20231013.zip
|
package/data/country.checksum
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
76e3213958d6189a933a1491495de2d2a541eb88d351a05dd689a6801408659c GeoLite2-Country-CSV_20231013.zip
|
|
Binary file
|
package/data/geoip-city.dat
CHANGED
|
Binary file
|
package/data/geoip-city6.dat
CHANGED
|
Binary file
|
package/data/geoip-country.dat
CHANGED
|
Binary file
|
package/data/geoip-country6.dat
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoip-lite2",
|
|
3
|
-
"version": "2.1.
|
|
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",
|