
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
@devframes/plugin-messages
Advanced tools
Devframe plugin for browsing, filtering, and dismissing the hub message feed.
[!WARNING] Experimental This devframe is experimental and may change without a major version bump until it stabilizes.
A built-in devframe 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 createMessagesDevframe from '@devframes/plugin-messages'
await hubContext.install(createMessagesDevframe())
The hub's ctx.messages 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 devframe's namespaced RPCs. On a plain (non-hub) context the devframe 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
})
pnpx @devframes/plugin-messages
pnpm dev in this package self-hosts the SPA against a demo-seeded messages
feed, so the feed is lively without a full hub.
FAQs
Devframe plugin for browsing, filtering, and dismissing the hub message feed.
The npm package @devframes/plugin-messages receives a total of 66,501 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.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.