Arcjet helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification, and defense
against common attacks.
This package provides functionality to analyze requests.
The work is done in WebAssembly but is called here from JavaScript.
The functionality is wrapped up into rules in our core package
(arcjet),
in turn exposed from our SDKs (such as @arcjet/next).
The WebAssembly files are in
@arcjet/analyze-wasm.
They are separate because we need to change the import structure for each
runtime that we support in the bindings.
Separate packages lets us not duplicate code while providing a combined
higher-level API for calling our core functionality.
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:
The npm package @arcjet/analyze receives a total of 53,754 weekly downloads. As such, @arcjet/analyze popularity was classified as popular.
We found that @arcjet/analyze 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.