
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@feedthrough/nuxt
Advanced tools
feedthrough.dev · npm · GitHub
Nuxt 3 module for Feedthrough. Registers the Vite plugin when running in dev mode.
Production builds (nuxt build) are unaffected.
npm install --save-dev @feedthrough/nuxt
// nuxt.config.ts
export default defineNuxtConfig({
modules: [
// Dev only — no-op in production builds.
"@feedthrough/nuxt",
],
});
Pass options via the feedthrough config key:
export default defineNuxtConfig({
modules: ["@feedthrough/nuxt"],
feedthrough: {
serverUrl: "ws://localhost:8765", // default
reconnectDelay: 2000, // ms, default
},
});
The module calls nuxt.options.dev and exits early when building for production. In dev mode
it calls addVitePlugin(() => feedthrough(options)), which registers the @feedthrough/vite
plugin — the same plugin used in standalone Vite projects.
# Terminal 1 — app
nuxt dev
# Terminal 2 — MCP server
node node_modules/@feedthrough/mcp/dist/index.js
FAQs
Unknown package
We found that @feedthrough/nuxt 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.