@arcjet/analyze 1.0.0-alpha.6 → 1.0.0-alpha.8

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 CHANGED
@@ -14,10 +14,9 @@
14
14
  </picture>
15
15
  </p>
16
16
 
17
- [Arcjet][arcjet] helps developers protect their apps. Installed as an SDK, it
18
- provides a set of core primitives such as rate limiting and bot protection.
19
- These can be used independently or combined to create a set of layered defenses,
20
- such as signup form protection.
17
+ [Arcjet][arcjet] helps developers protect their apps in just a few lines of
18
+ code. Implement rate limiting, bot protection, email verification & defend
19
+ against common attacks.
21
20
 
22
21
  This is the [Arcjet][arcjet] local analysis engine.
23
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcjet/analyze",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.8",
4
4
  "description": "Arcjet local analysis engine",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://arcjet.com",
@@ -35,14 +35,14 @@
35
35
  "./wasm/arcjet_analyze_js_req_bg.js"
36
36
  ],
37
37
  "dependencies": {
38
- "@arcjet/logger": "1.0.0-alpha.6"
38
+ "@arcjet/logger": "1.0.0-alpha.8"
39
39
  },
40
40
  "devDependencies": {
41
- "@arcjet/eslint-config": "1.0.0-alpha.6",
42
- "@arcjet/rollup-config": "1.0.0-alpha.6",
43
- "@arcjet/tsconfig": "1.0.0-alpha.6",
41
+ "@arcjet/eslint-config": "1.0.0-alpha.8",
42
+ "@arcjet/rollup-config": "1.0.0-alpha.8",
43
+ "@arcjet/tsconfig": "1.0.0-alpha.8",
44
44
  "@jest/globals": "29.7.0",
45
- "@rollup/wasm-node": "4.9.0",
45
+ "@rollup/wasm-node": "4.9.6",
46
46
  "@types/node": "18.18.0",
47
47
  "jest": "29.7.0",
48
48
  "typescript": "5.3.3"