
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@devframes/plugin-messages
Advanced tools
Devframe plugin — the hub message feed as a portable panel: browse, filter, and dismiss `ctx.messages` entries from any hub host.
[!WARNING] Experimental This plugin is experimental and may change without a major version bump until it stabilizes.
A devframe plugin that surfaces the hub message feed (ctx.messages) as a
portable panel: browse diagnostics and notifications from every mounted tool,
filter by level / source / category / label, inspect stack traces, element and
file positions, and jump to the offending file in your editor.
Ported from the built-in Messages view of
vitejs/devtools; rebuilt on devframe's
framework-neutral client (connectDevframe) with a Vue + Vite SPA, reading the
feed through @devframes/hub's listSince delta API.
import { mountDevframe } from '@devframes/hub/node'
import messagesDevframe from '@devframes/plugin-messages'
await mountDevframe(hubContext, messagesDevframe)
The hub's ctx.messages host feeds the panel live — every
ctx.messages.add(...) from any mounted tool shows up, updates stream over
the devframe:messages:updated broadcast, and dismissals write back through
the plugin's namespaced RPCs. On a plain (non-hub) context the plugin warns
(DP_MESSAGES_0001) and serves an empty feed.
import { mountMessages } from '@devframes/plugin-messages/client'
const handle = await mountMessages(document.querySelector('#panel')!, {
rpc, // optional — reuse the host page's client
})
npx @devframes/plugin-messages
pnpm dev in this package self-hosts the SPA against a demo-seeded messages
host, so the feed is lively without a full hub.
FAQs
Devframe plugin — the hub message feed as a portable panel: browse, filter, and dismiss `ctx.messages` entries from any hub host.
The npm package @devframes/plugin-messages receives a total of 20,071 weekly downloads. As such, @devframes/plugin-messages popularity was classified as popular.
We found that @devframes/plugin-messages 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.
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
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.