
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@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 79 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.