
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
require-so-slow
Advanced tools
require
seems to take an eternity?This module produces a timeline of your require
s and produces an output
that you can load in the Chrome Timeline Viewer.
Click on the image above to go see an interactive version.
# Profiles the timeline of requiring `request@latest` and generates a trace
# output file you can load in Chrome Timeline viewer [1]
$ npx require-so-slow request
# You can specify specific versions or dist-tags.
$ npx require-so-slow got@9.0.0
$ npx require-so-slow got@rc
# You can specify what output filename to use:
$ npm require-so-slow -o lodash.trace.json lodash
You can also preload require-so-slow from node:
npm i -D require-so-slow
# Traces the entire execution of entrypoint and writes to
# ./require-so-slow.trace by default
$ node -r require-so-slow [entrypoint]
# The output path can be changed with the TRACE_OUTFILE environent variable
const requireSoSlow = require('require-so-slow');
// load stuff, run stuff.
require('request');
// Write a trace file at some point.
requireSoSlow.write('require-trace.trace');
FAQs
`require`s taking too much time? Profile 'em.
The npm package require-so-slow receives a total of 246 weekly downloads. As such, require-so-slow popularity was classified as not popular.
We found that require-so-slow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.