
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
korean-number-count
Advanced tools
숫자를 한글 수 표현으로 변환하는 TypeScript/JavaScript 라이브러리입니다.
npm install korean-number-count
import { toKoreanNumber } from "korean-number-count";
// 기본 사용법
console.log(toKoreanNumber(1, { postfix: "개" })); // '한개'
console.log(toKoreanNumber(15, { postfix: "개" })); // '열다섯개'
console.log(toKoreanNumber(42, { postfix: "개" })); // '마흔두개'
console.log(toKoreanNumber(99, { postfix: "개" })); // '아흔아홉개'
// 다른 접미사(postfix) 사용
console.log(toKoreanNumber(1, { postfix: "명" })); // '한명'
console.log(toKoreanNumber(3, { postfix: "개월" })); // '세개월'
console.log(toKoreanNumber(20, { postfix: "살" })); // '스무살'
MIT License - 자세한 내용은 LICENSE 파일을 참조하세요.
FAQs
Convert numbers to Korean number words with counters
We found that korean-number-count demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.