
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@strav/devtools
Advanced tools
Debug inspector and performance monitor for the Strav framework. Request inspector, SQL query profiler, exception tracker, log viewer, and APM dashboard.
bun add -d @strav/devtools
bun strav install devtools
Requires @strav/core as a peer dependency.
import { DevtoolsProvider } from '@strav/devtools'
app.use(new DevtoolsProvider())
The provider auto-registers the middleware and serves the dashboard at /_devtools.
Collectors capture data from your application:
Recorders aggregate data for performance monitoring:
import { devtools } from '@strav/devtools'
// Access collector data programmatically
const entries = await devtools.entries({ type: 'request', limit: 50 })
const aggregates = await devtools.aggregates('slow-requests', '1h')
bun strav devtools:setup # Create the devtools tables
bun strav devtools:prune # Clean up old entries
See the full Devtools guide.
MIT
FAQs
Debug inspector and performance monitor for the Strav framework
The npm package @strav/devtools receives a total of 0 weekly downloads. As such, @strav/devtools popularity was classified as not popular.
We found that @strav/devtools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.