
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.
numberformat_asw
Advanced tools
To make the number format as Short form.
for example :
3000 ==> 3K
300000 ==> 300k
3000000 ==> 3M
300000000 ==> 300M
3000000000 ==> 3B
300000000000 ==> 300B
Install my-project with npm
npm install numberformat_asw
Use this package as a function
import { numberFormat } from 'numberformat_asw'
const num = 10 // 10
let format = numberFormat(num) // 10
const num = 1000 // 1000
let format = numberFormat(num) // 1k
Thank You.
FAQs
to make the number as K, M, B Format
The npm package numberformat_asw receives a total of 2 weekly downloads. As such, numberformat_asw popularity was classified as not popular.
We found that numberformat_asw 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
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.