Provides pre-packaged MaxMind GeoLite2 ASN database for use with node-maxmind. This package distributes the ASN database (autonomous system number and organization) for IP geolocation lookups, released weekly. Version 1.0.3-20191224 is the latest. It simplifies integrating MaxMind's free GeoLite2 databases into Node.js applications by avoiding manual downloads. Compared to alternatives like geoip-lite, it offers more accurate and up-to-date data via MaxMind's official databases. Note the licensing changes effective December 30, 2019, requiring a free MaxMind account for database access.
npm install maxmind-asnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens the bundled MaxMind ASN database synchronously and looks up an IP address.
Check MaxMind blog for updates; consider using 'maxmind' package with manual database download and API key.
Use node-maxmind's new database download features instead of separate npm packages.
Periodically update the package to get the latest database, or use MaxMind's direct download.
Evaluate if bundling a full database is acceptable for your use case.
Run 'npm install maxmind-asn' and ensure you import using require('maxmind-asn') (CommonJS) or import 'maxmind-asn' (ESM).Install the latest node-maxmind version: 'npm install maxmind@latest'
Reinstall the package: 'npm install maxmind-asn'
No dependency data recorded yet.