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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <div align="center">
2
- <img src="https://cdn.sefinek.net/images/npm/geoip-lite2/banner.jpg" alt="GeoIP-Lite2 v2.1 đŸ—ēī¸ Now even faster!">
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
- - <a href="http://www.maxmind.com/app/iso3166">Documentation from MaxMind</a>
257
- - <a href="http://en.wikipedia.org/wiki/ISO_3166">ISO 3166 (1 & 2) codes</a>
258
- - <a href="http://en.wikipedia.org/wiki/List_of_FIPS_region_codes">FIPS region codes</a>
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.9",
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.4"
67
+ "rimraf": "^5.0.5"
68
68
  },
69
69
  "devDependencies": {
70
70
  "eslint": "^8.50.0",