
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@arcjet/transport
Advanced tools
@arcjet/transportTransport mechanisms for the Arcjet protocol.
This package provides a way to talk to our protocol.
This is an internal Arcjet package not designed for public use. See our Get started guide for how to use Arcjet in your application.
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/transport
import { createTransport } from "@arcjet/transport";
const transport = createTransport("https://decide.arcjet.com");
// This can now be passed to `createClient` from `@arcjet/protocol`.
This package exports the identifier
createTransport.
There is no default export.
This package exports no TypeScript types.
createTransport(baseUrl)Creates a transport that talks over HTTP/2 using
@connectrpc/connect-node. This is a thin wrapper around
createConnectTransport.
Alternative entry points exist for Bun, Edge Light, and workerd that use
@connectrpc/connect-web instead.
baseUrl (string, example: https://example.com/my-api)
— the base URL for all HTTP requestsA Connect transport that you can pass to createClient from
@arcjet/protocol.
FAQs
Transport mechanisms for the Arcjet protocol
The npm package @arcjet/transport receives a total of 59,894 weekly downloads. As such, @arcjet/transport popularity was classified as popular.
We found that @arcjet/transport demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.