
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
metric-suffix
Advanced tools
Display big numbers in short using metric suffixes like kilo (k), Mega(M).
Display big numbers in short using metric suffixes like kilo (k), Mega(M).
npm install metric-suffix
bower install metric-suffix
var metric_suffix = require('metric-suffix');
var metric_suffix = window.metric_suffix;
metric_suffix(42) // 42
metric_suffix(999) // 999
metric_suffix(1000) // 1.0k
metric_suffix(1234, 2) // 1.2k
metric_suffix(12345, 2) // 12k
metric_suffix(123456, 2) // 123k
metric_suffix(1234, 3) // 1.23k
metric_suffix(12345, 3) // 12.3k
metric_suffix(123456, 3) // 123k
metric_suffix(1234, 4) // 1.234k
metric_suffix(12345, 4) // 12.35k
metric_suffix(123456, 4) // 123.5k
metric_suffix(986725) // 987k
metric_suffix(986725, 4) // 986.7k
metric_suffix(986725123) // 987M
metric_suffix(986725123, 5) // 986.73M
FAQs
Display big numbers in short using metric suffixes like kilo (k), Mega(M).
The npm package metric-suffix receives a total of 13 weekly downloads. As such, metric-suffix popularity was classified as not popular.
We found that metric-suffix 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.