Releases: NPM-Workbench/icanhazip-client
Releases · NPM-Workbench/icanhazip-client
Version 1.1.0
[feat] Unit Tests
- Installed required packages for unit testing with Jest
- Configuration file setup done
- Test file created
- Test results generated and added to the README.md file
Version 1.0.0
A lightweight JavaScript/TypeScript client for retrieving public IP information using the icanhazip service. This package is ESM-only and works in modern browsers and Node.js 18+ environments that support the Fetch API.
Following are functions that can be imported:
import { getIPV4 } from "icanhazip-client";
import { getIPV6 } from "icanhazip-client";
import { getIPTrace } from "icanhazip-client";Published to NPM: https://www.npmjs.com/package/icanhazip-client