
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.
@fetchmux/sdk
Advanced tools
Typed TypeScript client for the FetchMux retrieval router: one search contract, budget and deadline inputs, route receipts.
Typed TypeScript client for FetchMux, the self-hosted retrieval router for AI agents. One request shape for web search and page retrieval; hard per-request cost and deadline limits; a route receipt on every response.
import { FetchMux } from "@fetchmux/sdk";
const client = new FetchMux({
baseUrl: "http://127.0.0.1:8787/",
apiKey: process.env.FETCHMUX_API_KEY,
fetch: globalThis.fetch.bind(globalThis),
});
const response = await client.search({
query: "latest stable Node.js release",
task: "fresh_facts",
maxCostUsd: 0.02,
maxLatencyMs: 8000,
});
console.log(response.route.selectedProvider, response.route.reasonCodes);
Requires a running FetchMux gateway. Full documentation, the OpenAPI contract, and the gateway source are at github.com/krutftw/fetchmux.
Apache-2.0.
FAQs
Typed TypeScript client for the FetchMux retrieval router: one search contract, budget and deadline inputs, route receipts.
The npm package @fetchmux/sdk receives a total of 12 weekly downloads. As such, @fetchmux/sdk popularity was classified as not popular.
We found that @fetchmux/sdk 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.