Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
js-abbreviation-number
Advanced tools
Abbreviate numbers in javascript
npm install js-abbreviation-number
import { abbreviateNumber } from "js-abbreviation-number";
const num = abbreviateNumber(1000, 1); // expected 1.0K
const num = abbreviateNumber(12, 0); // expected 12
const num = abbreviateNumber(1111, 2); // expected 1.11K
const num = abbreviateNumber(1234.56, 1); // expected 1.2K
abbreviateNumber(num: number, digit?: number, symbols?: Array<string>): string
The symbols
is optional. It can be an array of units, defaulting to ["", "K", "M", "G", "T", "P", "E"]
.
digit
is also optional. It defaults to 1.
Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.
If you think this project is helpful just give me a ⭐️ Star is enough because i don't drink coffee 😃
This project is licensed under the MIT License - see the LICENSE.md file for details
Made with ❤️ by Mohsen Madani.
FAQs
Abbreviate numbers in javascript
The npm package js-abbreviation-number receives a total of 9,058 weekly downloads. As such, js-abbreviation-number popularity was classified as popular.
We found that js-abbreviation-number 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.