
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.
@risingstack/event-loop-stats
Advanced tools
Exposes stats about the libuv default loop
npm install --save event-loop-stats
var eventLoopStats = require('event-loop-stats');
console.log('Stats', eventLoopStats.sense());
This will print the following information:
Stats {
max: 5,
min: 0,
sum: 10,
num: 5
}
max
: Maximum number of milliseconds spent in a single loop since last sense call
.min
: Minimum number of milliseconds spent in a single loop since last sense call
.sum
: Total number of milliseconds spent in the loop since last sense call
.num
: Total number of loops since last sense call
.event-loop-stats
depends on C++ extensions which are compiled when the event-loop-stats
module is installed. Compatibility information can be inspected via the Travis-CI build jobs.
FAQs
Exposes stats about the libuv default loop
The npm package @risingstack/event-loop-stats receives a total of 34 weekly downloads. As such, @risingstack/event-loop-stats popularity was classified as not popular.
We found that @risingstack/event-loop-stats demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers 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.