node-ipinfo
Advanced tools
Changelog
3.0.0
Imports using CommonJS don't have a default anymore. You must import the
IPinfoWrapper
name separately as follows:
const { IPinfoWrapper, LruCache } = require("node-ipinfo");
Changelog
2.2.0
getMap
function for getting map URL for a list of IPs using
https://ipinfo.io/tools/map.getBatch
function for getting details of IPs in bulk (using 1 request).IPinfoWrapper.cacheKey
to get the proper
cache key given a normal key input.axios
dependency is no longer required.Changelog
2.0.1