
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.
duration-time-format
Advanced tools
const DurationTime = require('duration-time')
// Format a duration time into h:m:s
DurationTime().format(11111) === '03:05:11'
// Specify colon number
DurationTime({
colonNumber: 1
}).format(11111) === '185:11'
// Without leading zeros
DurationTime({
hasLeadingZero: false
}).format(11111) === '3:5:11'
// Always display decimals
DurationTime({
alwaysDisplayDecimals: true
}).format(11111) === '03:05:11.00'
// Specify decimals width
DurationTime({
keepDecimals: 2
}).format(11111.1) === '185:11.10'
// Pasre formatted string back
DurationTime.parse('03:05:11.10') === 11111.1
DurationTime.parse('185:11') === 11111
FAQs
Duration Time Format/Parse
The npm package duration-time-format receives a total of 13 weekly downloads. As such, duration-time-format popularity was classified as not popular.
We found that duration-time-format 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
/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.