npm.io
1.8.0 • Published 1 week ago

@arcjet/protocol

Licence
Apache-2.0
Version
1.8.0
Deps
3
Size
200 kB
Vulns
0
Weekly
0
Stars
672
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