
Security News
/Research
Compromised Injective SDK npm Package Exfiltrates Wallet Keys and Mnemonics
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.
@fedify/debugger
Advanced tools
This package is available since Fedify 2.0.0.
This package provides an embedded real-time debug dashboard for inspecting
ActivityPub traces and activities in your federated server app. It works as
a proxy that wraps your existing Federation object, intercepting HTTP requests
matching a configurable path prefix and serving the debug dashboard, while
delegating everything else to the inner federation.
import { createFederation, MemoryKvStore } from "@fedify/fedify";
import { createFederationDebugger } from "@fedify/debugger";
const innerFederation = createFederation<void>({
kv: new MemoryKvStore(),
// ... other federation options
});
const federation = createFederationDebugger(innerFederation);
The federation object returned by createFederationDebugger() is a drop-in
replacement for the original. You can use it everywhere you would normally use
the inner federation object, including with framework integrations such as
@fedify/hono and @fedify/express.
[!WARNING] The debug dashboard is intended for development use only. It is strongly recommended to enable authentication if the dashboard is accessible over a network, as it exposes internal trace data.
For more details on configuration, authentication, dashboard pages, and advanced setup, see the Debugging section of the Fedify manual.
deno add jsr:@fedify/debugger # Deno
npm add @fedify/debugger # npm
pnpm add @fedify/debugger # pnpm
yarn add @fedify/debugger # Yarn
bun add @fedify/debugger # Bun
FAQs
Embedded ActivityPub debug dashboard for Fedify
The npm package @fedify/debugger receives a total of 1,997 weekly downloads. As such, @fedify/debugger popularity was classified as popular.
We found that @fedify/debugger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.