GitXplorerGitXplorer
0

ip2d

public
6 stars
6 forks
0 issues

Commits

List of commits on branch master.
Verified
32d8625465c176acebb80d030ff275db965dc50c

chore(deps-dev): bump @types/node from 22.5.4 to 22.5.5 (#650)

ddependabot[bot] committed 4 days ago
Verified
ca7b94862e3dcf936fea4ff61e9d72e3d9b4d511

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#649)

ddependabot[bot] committed 7 days ago
Verified
dd7c6767cba7b0c7c87169375b69698857d4f07c

chore(deps-dev): bump @size-limit/time from 11.1.4 to 11.1.5 (#647)

ddependabot[bot] committed 9 days ago
Verified
9f21d46d29429170fdb786413c91c208cc02ee56

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#646)

ddependabot[bot] committed 10 days ago
Verified
f3d27d205f40611e59251d7b0128dc905205fb15

chore(deps-dev): bump @size-limit/preset-small-lib from 11.1.4 to 11.1.5 (#648)

ddependabot[bot] committed 10 days ago
Verified
742c2dfbe749d734bafc6103d1dd000fb8f26e91

chore(deps-dev): bump @types/node from 22.5.3 to 22.5.4 (#645)

ddependabot[bot] committed 14 days ago

README

The README file for this repository.

ip2d

All Contributors Known Vulnerabilities npm version

It's a simple lightweight zero cost library to convert an IP address to a decimal value and vice versa.

Usage

const {from, to} = require("ip2d");

console.log(from("127.0.0.1")); // --> 2130706433

console.log(to(2130706433)); // --> 127.0.0.1

Stargazers over time

Stargazers over time

Contributors

Thanks goes to these wonderful people (emoji key):

0xflotus
0xflotus

📖 💻 ⚠️ 📆 🚇 🚧 📦 🛡️

This project follows the all-contributors specification. Contributions of any kind welcome!