Skip to content

Commit

Permalink
v5.0.202408261235 auto update ip database
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent c845462 commit c86f322
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion data/GeoLite2-Country-CSV.zip.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5e17bbe1b973c959c99b5cae0eae9de8d7900db7dc2179623a06becfeed6a2ce GeoLite2-Country-CSV_20240823.zip
5e17bbe1b973c959c99b5cae0eae9de8d7900db7dc2179623a06becfeed6a2ce
Binary file modified data/geoip-country.dat
Binary file not shown.
Binary file modified data/geoip-country6.dat
Binary file not shown.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "geoip-country",
"version": "5.0.0",
"description": "Less memory usage version of geoip-lite, by supporting only country lookup.",
"keywords": [
"geo",
"geoip",
"ip",
"ipv4",
"ipv6",
"geolookup",
"maxmind",
"geolite"
],
"homepage": "https://github.com/sapics/geoip-country",
"author": "sapics (https://github.com/sapics)",
"files": [
"lib/",
"data/",
"scripts/",
"LICENSE",
"EULA"
],
"main": "lib/geoip.js",
"repository": {
"type": "git",
"url": "git://github.com/sapics/geoip-country.git"
},
"engines": {
"node": ">=10.20.0"
},
"scripts": {
"test": "nodeunit --reporter=minimal test/tests.js",
"updatedb": "node scripts/updatedb.js",
"updatedb-debug": "node scripts/updatedb.js debug"
},
"dependencies": {
"async": "^2.6.4",
"countries-list": "^3.1.1",
"dayjs": "^1.11.13",
"ip-address": "^6.4.0",
"yauzl": "^2.10.0"
},
"config": {
"update": true
},
"devDependencies": {
"geoip-lite": "^1.4.10",
"nodeunit-x": "^0.15.0"
},
"license": "MaxMind GeoLite2 License"
"name": "geoip-country",
"version": "5.0.202408261235",
"description": "Less memory usage version of geoip-lite, by supporting only country lookup.",
"keywords": [
"geo",
"geoip",
"ip",
"ipv4",
"ipv6",
"geolookup",
"maxmind",
"geolite"
],
"homepage": "https://github.com/sapics/geoip-country",
"author": "sapics (https://github.com/sapics)",
"files": [
"lib/",
"data/",
"scripts/",
"LICENSE",
"EULA"
],
"main": "lib/geoip.js",
"repository": {
"type": "git",
"url": "git://github.com/sapics/geoip-country.git"
},
"engines": {
"node": ">=10.20.0"
},
"scripts": {
"test": "nodeunit --reporter=minimal test/tests.js",
"updatedb": "node scripts/updatedb.js",
"updatedb-debug": "node scripts/updatedb.js debug"
},
"dependencies": {
"async": "^2.6.4",
"countries-list": "^3.1.1",
"dayjs": "^1.11.13",
"ip-address": "^6.4.0",
"yauzl": "^2.10.0"
},
"config": {
"update": true
},
"devDependencies": {
"geoip-lite": "^1.4.10",
"nodeunit-x": "^0.15.0"
},
"license": "MaxMind GeoLite2 License"
}

0 comments on commit c86f322

Please sign in to comment.