@arcjet/protocol
v1.0.0-beta.15
Published
The TypeScript & JavaScript interface into the Arcjet protocol
Downloads
107,415
Readme
@arcjet/protocol
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/protocolExample
import { botCategories } from "@arcjet/protocol";
console.log(botCategories);
// ==> {
// 'CATEGORY:ACADEMIC': [
// 'BLACKBOARD_CRAWLER',
// 'CISPA_CRAWLER',
// 'COMMONCRAWL_CRAWLER',
// …API
In progress.
