Sign In

@arcjet/protocol

Package Overview
Dependencies
Maintainers
2
Versions
73
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.10.0-rc.0
Version published
Weekly downloads
73K
-10.12%
Maintainers
2
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 04 Aug 2026

Related posts