@arcjet/analyze 1.0.0-alpha.8 → 1.0.0-alpha.9
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 +6 -4
- package/package.json +15 -6
package/README.md
CHANGED
|
@@ -8,10 +8,12 @@
|
|
|
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
19
|
[Arcjet][arcjet] helps developers protect their apps in just a few lines of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcjet/analyze",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.9",
|
|
4
4
|
"description": "Arcjet local analysis engine",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://arcjet.com",
|
|
@@ -9,6 +9,15 @@
|
|
|
9
9
|
"url": "git+https://github.com/arcjet/arcjet-js.git",
|
|
10
10
|
"directory": "analyze"
|
|
11
11
|
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/arcjet/arcjet-js/issues",
|
|
14
|
+
"email": "support@arcjet.com"
|
|
15
|
+
},
|
|
16
|
+
"author": {
|
|
17
|
+
"name": "Arcjet",
|
|
18
|
+
"email": "support@arcjet.com",
|
|
19
|
+
"url": "https://arcjet.com"
|
|
20
|
+
},
|
|
12
21
|
"engines": {
|
|
13
22
|
"node": ">=18"
|
|
14
23
|
},
|
|
@@ -35,14 +44,14 @@
|
|
|
35
44
|
"./wasm/arcjet_analyze_js_req_bg.js"
|
|
36
45
|
],
|
|
37
46
|
"dependencies": {
|
|
38
|
-
"@arcjet/logger": "1.0.0-alpha.
|
|
47
|
+
"@arcjet/logger": "1.0.0-alpha.9"
|
|
39
48
|
},
|
|
40
49
|
"devDependencies": {
|
|
41
|
-
"@arcjet/eslint-config": "1.0.0-alpha.
|
|
42
|
-
"@arcjet/rollup-config": "1.0.0-alpha.
|
|
43
|
-
"@arcjet/tsconfig": "1.0.0-alpha.
|
|
50
|
+
"@arcjet/eslint-config": "1.0.0-alpha.9",
|
|
51
|
+
"@arcjet/rollup-config": "1.0.0-alpha.9",
|
|
52
|
+
"@arcjet/tsconfig": "1.0.0-alpha.9",
|
|
44
53
|
"@jest/globals": "29.7.0",
|
|
45
|
-
"@rollup/wasm-node": "4.
|
|
54
|
+
"@rollup/wasm-node": "4.12.0",
|
|
46
55
|
"@types/node": "18.18.0",
|
|
47
56
|
"jest": "29.7.0",
|
|
48
57
|
"typescript": "5.3.3"
|