Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ipinfo

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipinfo - npm Package Versions

12

3.0.0

Diff

Changelog

Source

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");
    
mslmdev
published 2.2.0 •

Changelog

Source

2.2.0

  • Add getMap function for getting map URL for a list of IPs using https://ipinfo.io/tools/map.
  • Add getBatch function for getting details of IPs in bulk (using 1 request).
  • Cache keys are now versioned. If you were using the cache directly before, please ensure you use IPinfoWrapper.cacheKey to get the proper cache key given a normal key input.
  • axios dependency is no longer required.
mslmdev
published 2.1.0 •

Changelog

Source

2.1.0

  • Add an optional timeout parameter (milliseconds) to constructor.
mslmdev
published 2.0.2 •

Changelog

Source

2.0.2

  • Fixed non-ES module imports to include the 'LruCache' object.
mslmdev
published 2.0.1 •

Changelog

Source

2.0.1

  • Updates axios version to latest version for security vulnerability fix.
  • Update lru-cache version to latest version.
mslmdev
published 2.0.0 •

ryanefendy
published 1.0.1 •

ryanefendy
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc