
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/remix
Advanced tools
feedthrough.dev · npm · GitHub
Remix adapter for Feedthrough. Injects the browser bridge into every server-rendered page during development so an AI agent can observe console logs, network requests, and DOM state in real time.
npm install --save-dev @feedthrough/remix
Wrap your Vite config with the feedthrough() plugin:
// vite.config.ts
import { defineConfig } from "vite";
import { vitePlugin as remix } from "@remix-run/dev";
import { feedthrough } from "@feedthrough/remix";
export default defineConfig({
plugins: [remix(), feedthrough()],
});
The plugin applies only in dev mode (apply: "serve") and is a no-op in production builds.
feedthrough({ port: 8765 })
# Terminal 1 — app
npx vite dev
# Terminal 2 — MCP server
npx @feedthrough/mcp
Then connect your AI agent (Claude Code, Cursor, or any other MCP client) to the server.
The adapter is a Vite plugin that hooks into the dev server via configureServer. It adds a
Connect middleware that intercepts HTML responses, injects the Feedthrough IIFE bridge into
<head>, and relays the modified response. Non-HTML responses (JS, CSS, images) pass through
unmodified.
Because Remix renders HTML server-side, Vite's transformIndexHtml hook is never called — that
is why a dedicated middleware is needed rather than @feedthrough/vite.
FAQs
Unknown package
The npm package @feedthrough/remix receives a total of 6 weekly downloads. As such, @feedthrough/remix popularity was classified as not popular.
We found that @feedthrough/remix 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.