1.0.0-beta.8 • Published 5 months ago

@arcjet/analyze v1.0.0-beta.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@arcjet/analyze

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 is the Arcjet local analysis engine.

Installation

npm install -S @arcjet/analyze

Example

import { generateFingerprint, isValidEmail } from "@arcjet/analyze";

const fingerprint = generateFingerprint("127.0.0.1");
console.log("fingerprint: ", fingerprint);

const valid = isValidEmail("hello@example.com");
console.log("is email valid?", valid);

Implementation

This package uses the Wasm bindings provided by @arcjet/analyze-wasm to call various functions that are exported by our wasm bindings.

We chose to put this logic in a separate package because we need to change the import structure for each runtime that we support in the wasm bindings. Moving this to a separate package allows us not to have to duplicate code while providing a combined higher-level api for calling our core functionality in Wasm.

License

Licensed under the Apache License, Version 2.0.

1.0.0-alpha.30

12 months ago

1.0.0-alpha.32

12 months ago

1.0.0-alpha.31

12 months ago

1.0.0-alpha.34

11 months ago

1.0.0-alpha.33

12 months ago

1.0.0-beta.2

9 months ago

1.0.0-beta.3

8 months ago

1.0.0-beta.4

8 months ago

1.0.0-beta.5

8 months ago

1.0.0-beta.1

10 months ago

1.0.0-beta.6

7 months ago

1.0.0-beta.7

6 months ago

1.0.0-beta.8

5 months ago

1.0.0-alpha.29

12 months ago

1.0.0-alpha.28

1 year ago

1.0.0-alpha.27

1 year ago

1.0.0-alpha.26

1 year ago

1.0.0-alpha.23

1 year ago

1.0.0-alpha.25

1 year ago

1.0.0-alpha.24

1 year ago

1.0.0-alpha.19

1 year ago

1.0.0-alpha.16

1 year ago

1.0.0-alpha.15

1 year ago

1.0.0-alpha.18

1 year ago

1.0.0-alpha.17

1 year ago

1.0.0-alpha.14

1 year ago

1.0.0-alpha.21

1 year ago

1.0.0-alpha.20

1 year ago

1.0.0-alpha.22

1 year ago

1.0.0-alpha.13

1 year ago

1.0.0-alpha.12

2 years ago

1.0.0-alpha.11

2 years ago

1.0.0-alpha.10

2 years ago

1.0.0-alpha.9

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

2 years ago