Skip to content

Releases: NPM-Workbench/icanhazip-client

Version 1.1.0

07 Feb 05:40

Choose a tag to compare

[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

05 Jan 11:27
ef27327

Choose a tag to compare

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