
Research
/Security News
5 Malicious Rust Crates Posed as Time Utilities to Exfiltrate .env Files
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.
pretty-ms-cli
Advanced tools
Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s
Convert milliseconds to a human readable string:
1337000000→15d 11h 23m 20s
npm install --global pretty-ms-cli
$ pretty-ms --help
Usage
$ pretty-ms <milliseconds> [--compact] [--verbose] [--seconds-decimal-digits=<number>]
echo <milliseconds> | pretty-ms
Options
-c, --compact Only show the first part
-v, --verbose Use full-length units
-d, --seconds-decimal-digits Number of digits to appear after the seconds decimal point
Examples
$ pretty-ms 1337
1.3s
$ pretty-ms 1337 --verbose
1.3 seconds
$ pretty-ms 1337 --compact
~1s
$ pretty-ms 1337 --seconds-decimal-digits=4
1.3370s
FAQs
Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s
The npm package pretty-ms-cli receives a total of 40 weekly downloads. As such, pretty-ms-cli popularity was classified as not popular.
We found that pretty-ms-cli 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
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.