
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A lightweight library for converting numbers into their written word representation in multiple languages.
nummify is a lightweight and intuitive library designed for converting numbers into their written word representation in multiple languages. With its straightforward API, you can easily integrate it into any project to enhance number handling and presentation.
You can install nummify using any of the following package managers:
npm install nummify
bun add nummify
Getting started with nummify is simple. Here’s how to use the library:
import numReader from 'nummify';
console.log(numReader.readNumber('1234.5', 'en')); // Output: "one thousand two hundred thirty-four point five"
console.log(numReader.readNumber('1234.5', 'ar')); // Output: "الف ومئتان وأربعة وثلاثون فاصلة خمسة"
ar: Arabicen: EnglishContributions are encouraged! Please feel free to submit a pull request or open an issue to improve the library.
This project is licensed under the ISC License. See the https://github.com/HakimiDev/nummify#LICENSE.md file for details.
Shadi AL-HakimiFAQs
A lightweight library for converting numbers into their written word representation in multiple languages.
We found that nummify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.