🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@arcjet/protocol

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/protocol

The TypeScript & JavaScript interface into the Arcjet protocol

Source
npmnpm
Version
1.0.0-beta.18
Version published
Weekly downloads
70K
20.15%
Maintainers
3
Weekly downloads
 
Created
Source
Arcjet Logo

@arcjet/protocol

npm badge

The TypeScript & JavaScript interface into the Arcjet protocol.

What is this?

This package provides access to our protocol. It talks with our API from JavaScript.

When should I use this?

This is an internal Arcjet package not designed for public use. See our Get started guide for how to use Arcjet in your application.

Install

This package is ESM only. Install with npm in Node.js:

npm install @arcjet/protocol

Example

import { botCategories } from "@arcjet/protocol";

console.log(botCategories);
// ==> {
//   'CATEGORY:ACADEMIC': [
//     'BLACKBOARD_CRAWLER',
//     'CISPA_CRAWLER',
//     'COMMONCRAWL_CRAWLER',
//     …

API

In progress.

License

Apache License, Version 2.0 © Arcjet Labs, Inc.

Keywords

arcjet

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

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.

Install

Related posts