
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Get information about an IP address using command line with the help of ipinfo.io's API.
> npm install ipinfo-cli --global
> ipinfo-cli --help
Usage
- If an IP address is passed, information about it is
fetched and displayed.
- Otherwise, the current public address will be used.
Examples
> ipinfo
> ipinfo 8.8.8.8
Result
┌──────────┬──────────────────────────────────────────┐
│ Title │ Value │
├──────────┼──────────────────────────────────────────┤
│ ip │ 8.8.8.8 │
├──────────┼──────────────────────────────────────────┤
│ hostname │ www.xyz.com │
├──────────┼──────────────────────────────────────────┤
│ city │ Mountain View │
├──────────┼──────────────────────────────────────────┤
│ region │ California │
├──────────┼──────────────────────────────────────────┤
│ country │ US │
├──────────┼──────────────────────────────────────────┤
│ loc │ 37.4192,-122.0574 │
├──────────┼──────────────────────────────────────────┤
│ org │ XYZ Inc. │
├──────────┼──────────────────────────────────────────┤
│ postal │ 99999 │
├──────────┼──────────────────────────────────────────┤
│ timezone │ America/Los_Angeles │
└──────────┴──────────────────────────────────────────┘
ipinfo - API for this module
MIT © Chintan Radia
FAQs
Get ip information using command line
We found that ipinfo-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.