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 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
@@ -1 +1 @@
1
- da4e2e36f6a952ca17a2560b00344e722c197732a6730e009996a21d629a498d GeoLite2-City-CSV_20240709.zip
1
+ 0bb66f0dd2c9bc09e2dce62b9137b9f35df829462df9f32f6388a571ff38eaa2 GeoLite2-City-CSV_20240716.zip
@@ -1 +1 @@
1
- 0cf8f6305ae698a9160ef53e363e14a88f26e87ad623dfcfddabbe833e955be4 GeoLite2-Country-CSV_20240709.zip
1
+ e6275b1e6c08bcf0adcffa06f32993dca51390a43cf7ee7e7d7467e1fe38283a GeoLite2-Country-CSV_20240716.zip
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geoip-lite2",
3
- "version": "2.1.38",
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.0"
54
+ "rimraf": "^6.0.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@eslint/js": "^9.6.0",
57
+ "@eslint/js": "^9.7.0",
58
58
  "globals": "^15.8.0",
59
59
  "jest": "^29.7.0",
60
- "terser": "^5.31.1"
60
+ "terser": "^5.31.3"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=10.3.0"