@arcjet/analyze 1.0.0-alpha.3 → 1.0.0-alpha.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -10
- package/_virtual/arcjet_analyze_js_req.component.core.js +42 -0
- package/_virtual/arcjet_analyze_js_req.component.core2.js +42 -0
- package/{wasm/arcjet.wasm.d.ts → _virtual/arcjet_analyze_js_req.component.core3.js} +16 -5
- package/edge-light.d.ts +31 -0
- package/edge-light.js +124 -0
- package/edge-light.ts +202 -0
- package/index.d.ts +26 -22
- package/index.js +110 -83
- package/index.ts +177 -126
- package/package.json +25 -11
- package/wasm/arcjet_analyze_js_req.component.core.wasm +0 -0
- package/wasm/arcjet_analyze_js_req.component.core2.wasm +0 -0
- package/wasm/arcjet_analyze_js_req.component.core3.wasm +0 -0
- package/wasm/arcjet_analyze_js_req.component.d.ts +108 -0
- package/wasm/arcjet_analyze_js_req.component.js +788 -0
- package/wasm/arcjet_analyze_js_req.component.wasm +0 -0
- package/wasm/interfaces/arcjet-js-req-email-validator-overrides.d.ts +16 -0
- package/wasm/interfaces/arcjet-js-req-logger.d.ts +4 -0
- package/wasm/interfaces/arcjet-js-req-sensitive-information-identifier.d.ts +20 -0
- package/wasm.d.ts +28 -0
- package/workerd.d.ts +31 -0
- package/workerd.js +124 -0
- package/workerd.ts +202 -0
- package/wasm/arcjet.wasm.js +0 -38
- package/wasm/arcjet_analyze_js_req.d.ts +0 -71
- package/wasm/arcjet_analyze_js_req.js +0 -505
- package/wasm/arcjet_analyze_js_req_bg.wasm +0 -0
- package/wasm/arcjet_analyze_js_req_bg.wasm.d.ts +0 -11
package/README.md
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
<a href="https://arcjet.com" target="_arcjet-home">
|
|
2
2
|
<picture>
|
|
3
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://arcjet.com/arcjet-
|
|
4
|
-
<img src="https://arcjet.com/arcjet-
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://arcjet.com/logo/arcjet-dark-lockup-voyage-horizontal.svg">
|
|
4
|
+
<img src="https://arcjet.com/logo/arcjet-light-lockup-voyage-horizontal.svg" alt="Arcjet Logo" height="128" width="auto">
|
|
5
5
|
</picture>
|
|
6
6
|
</a>
|
|
7
7
|
|
|
8
8
|
# `@arcjet/analyze`
|
|
9
9
|
|
|
10
10
|
<p>
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<a href="https://www.npmjs.com/package/@arcjet/analyze">
|
|
12
|
+
<picture>
|
|
13
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/npm/v/%40arcjet%2Fanalyze?style=flat-square&label=%E2%9C%A6Aj&labelColor=000000&color=5C5866">
|
|
14
|
+
<img alt="npm badge" src="https://img.shields.io/npm/v/%40arcjet%2Fanalyze?style=flat-square&label=%E2%9C%A6Aj&labelColor=ECE6F0&color=ECE6F0">
|
|
15
|
+
</picture>
|
|
16
|
+
</a>
|
|
15
17
|
</p>
|
|
16
18
|
|
|
17
|
-
[Arcjet][arcjet] helps developers protect their apps
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
such as signup form protection.
|
|
19
|
+
[Arcjet][arcjet] helps developers protect their apps in just a few lines of
|
|
20
|
+
code. Implement rate limiting, bot protection, email verification, and defense
|
|
21
|
+
against common attacks.
|
|
21
22
|
|
|
22
23
|
This is the [Arcjet][arcjet] local analysis engine.
|
|
23
24
|
|