
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@ilihub/ascii-to-decimal
Advanced tools
ASCII to Decimal converter TypeScript library.
# if you're using pnpm
pnpm add @ilihub/ascii-to-decimal
# or, if you're using npm
npm install @ilihub/ascii-to-decimal
# or, if you're using yarn
yarn add @ilihub/ascii-to-decimal
import { AsciiToDecimal } from "@ilihub/ascii-to-decimal";
const ascii = "Hello World";
const decimal = AsciiToDecimal(ascii);
console.log(decimal);
// Output
// [72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]
You can use this npm package as an online tool by clicking on the link provided 👉🏻 here 👈🏻
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
ASCII to Decimal converter TypeScript library
We found that @ilihub/ascii-to-decimal 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.