geoip-lite2 2.1.9 â 2.1.10
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 +6 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<
|
|
2
|
+
<a href="https://cdn.sefinek.net/images/npm/geoip-lite2/banner.jpg" target="_blank" title="Full screen">
|
|
3
|
+
<img src="https://cdn.sefinek.net/images/npm/geoip-lite2/banner.jpg" alt="GeoIP-Lite2 v2.1 đēī¸ Now even faster!">
|
|
4
|
+
</a>
|
|
3
5
|
<br>
|
|
4
6
|
<p>
|
|
5
7
|
A native <a href="https://nodejs.org" target="_blank" title="Open nodejs.org">Node.js</a> API for the GeoLite data from MaxMind.<br>
|
|
@@ -253,9 +255,9 @@ If your use-case requires doing less than 100 queries through the lifetime of yo
|
|
|
253
255
|
|
|
254
256
|
đ References
|
|
255
257
|
-------------
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
258
|
+
- [Documentation from MaxMind](https://www.maxmind.com/app/iso3166)
|
|
259
|
+
- [ISO 3166 (1 & 2) codes](https://en.wikipedia.org/wiki/ISO_3166)
|
|
260
|
+
- [FIPS region codes](https://en.wikipedia.org/wiki/List_of_FIPS_region_codes)
|
|
259
261
|
|
|
260
262
|
|
|
261
263
|
ÂŠī¸ Copyright
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geoip-lite2",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
4
4
|
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"city",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"iconv-lite": "0.6.3",
|
|
65
65
|
"ip-address": "^9.0.5",
|
|
66
66
|
"lazy": "1.0.11",
|
|
67
|
-
"rimraf": "^5.0.
|
|
67
|
+
"rimraf": "^5.0.5"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"eslint": "^8.50.0",
|