geoip-lite2 2.1.38 → 2.1.39
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/README.md +1 -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 +4 -4
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ This module requires a significant amount of RAM because geolocation data is sto
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
### ✨ Demonstration
|
|
39
|
-
You can see this module in action using my [official API](https://sefinek.net). Generally speaking, the API interface is public, and you can safely use it in your projects. Happy coding!
|
|
39
|
+
You can see this module in action using my [official API](https://api.sefinek.net). Generally speaking, the API interface is public, and you can safely use it in your projects. Happy coding!
|
|
40
40
|
|
|
41
41
|
> Docs: https://api.sefinek.net/docs/v2
|
|
42
42
|
> Example: https://api.sefinek.net/api/v2/geoip/109.207.159.255?validation=false
|
package/data/city.checksum
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0bb66f0dd2c9bc09e2dce62b9137b9f35df829462df9f32f6388a571ff38eaa2 GeoLite2-City-CSV_20240716.zip
|
package/data/country.checksum
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e6275b1e6c08bcf0adcffa06f32993dca51390a43cf7ee7e7d7467e1fe38283a GeoLite2-Country-CSV_20240716.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoip-lite2",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.39",
|
|
4
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",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"async": "^3.2.5",
|
|
52
52
|
"iconv-lite": "0.6.3",
|
|
53
53
|
"ip-address": "^9.0.5",
|
|
54
|
-
"rimraf": "^6.0.
|
|
54
|
+
"rimraf": "^6.0.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@eslint/js": "^9.
|
|
57
|
+
"@eslint/js": "^9.7.0",
|
|
58
58
|
"globals": "^15.8.0",
|
|
59
59
|
"jest": "^29.7.0",
|
|
60
|
-
"terser": "^5.31.
|
|
60
|
+
"terser": "^5.31.3"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=10.3.0"
|