New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cli4ai/ipinfo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cli4ai/ipinfo

IP address information lookup (powered by ipinfo.io)

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

@cli4ai/ipinfo

Official @cli4ai package • https://cli4ai.com • Install cli4ai: npm i -g cli4ai

IP address information lookup (powered by ipinfo.io).

Setup

npm i -g cli4ai
cli4ai add -g ipinfo

Optional (recommended for higher rate limits + bulk/ASN lookups):

cli4ai secrets set IPINFO_TOKEN

Get a token at https://ipinfo.io/signup.

Commands

cli4ai run ipinfo me                 # Your current IP info
cli4ai run ipinfo lookup <ip>        # Lookup an IP (or hostname)
cli4ai run ipinfo bulk <ip1,ip2,...> # Bulk lookup (requires IPINFO_TOKEN)
cli4ai run ipinfo asn <asn>          # ASN lookup, e.g. AS15169 (requires IPINFO_TOKEN)

Examples

cli4ai run ipinfo me
cli4ai run ipinfo lookup 8.8.8.8
cli4ai run ipinfo bulk "1.1.1.1,8.8.8.8"
cli4ai run ipinfo asn AS15169

Keywords

cli4ai

FAQs

Package last updated on 21 Dec 2025

Did you know?

Socket

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.

Install

Related posts