
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/cypress
Advanced tools
feedthrough.dev · npm · GitHub
Cypress adapter for Feedthrough. Automatically injects the bridge into the app under test before each page load, so console output and network requests are captured from the very first line of page JavaScript.
npm install --save-dev @feedthrough/cypress
Add one line to your Cypress support file:
// cypress/support/e2e.ts
import { setupFeedthrough } from "@feedthrough/cypress";
setupFeedthrough();
That's it. Every cy.visit() will have the bridge running.
setupFeedthrough({
serverUrl: "ws://localhost:8765", // default
reconnectDelay: 2000, // ms, default
});
setupFeedthrough registers a window:before:load hook. Cypress fires this before each page
load and passes the AUT (app under test) window object. The adapter sets any options on
win.__feedthroughOptions, then calls win.eval(bridgeBundle) to execute the bridge in the
correct window scope — so console, fetch, and XHR are patched in the AUT frame, not the
Cypress runner frame.
The bridge bundle is embedded at build time (9 KB, no runtime file reads).
Start the MCP server before running Cypress:
# Terminal 1
node node_modules/@feedthrough/mcp/dist/index.js
# Terminal 2
npx cypress run
An AI agent can then interact with the page while Cypress tests are running.
FAQs
Unknown package
The npm package @feedthrough/cypress receives a total of 3 weekly downloads. As such, @feedthrough/cypress popularity was classified as not popular.
We found that @feedthrough/cypress 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.