
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@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 42 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.