
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@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
The npm package @feedthrough/nuxt receives a total of 3 weekly downloads. As such, @feedthrough/nuxt popularity was classified as not popular.
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.
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
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.