
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@ilihub/hexadecimal
Advanced tools
Hexadecimal number system conversion typescript functions
# if you're using pnpm
pnpm add @ilihub/hexadecimal
# or, if you're using npm
npm install @ilihub/hexadecimal
# or, if you're using yarn
yarn add @ilihub/hexadecimal
import { Hexadecimal } from "@ilihub/hexadecimal";
const hexadecimal = new Hexadecimal("41");
const ascii = hexadecimal.toAscii();
console.log(ascii); // A
const binary = hexadecimal.toBinary();
console.log(binary); // 01000001
const decimal = hexadecimal.toDecimal();
console.log(decimal); // 65
const octal = hexadecimal.toOctal();
console.log(octal); // 101
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
FAQs
Hexadecimal number system conversion typescript functions
The npm package @ilihub/hexadecimal receives a total of 0 weekly downloads. As such, @ilihub/hexadecimal popularity was classified as not popular.
We found that @ilihub/hexadecimal 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.