@aryaminus/controlkeel 0.3.61 → 0.3.63
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 +2 -2
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Main project docs:
|
|
|
26
26
|
|
|
27
27
|
- [Repository README](https://github.com/aryaminus/controlkeel#readme)
|
|
28
28
|
- [Getting started](https://github.com/aryaminus/controlkeel/blob/main/docs/getting-started.md)
|
|
29
|
-
- [
|
|
29
|
+
- [Agent integrations](https://github.com/aryaminus/controlkeel/blob/main/docs/agent-integrations.md)
|
|
30
30
|
- [Support matrix](https://github.com/aryaminus/controlkeel/blob/main/docs/support-matrix.md)
|
|
31
31
|
|
|
32
32
|
You can also install the same bootstrap package from GitHub Packages:
|
|
@@ -43,7 +43,7 @@ This package uses a lazy download model for maximum security:
|
|
|
43
43
|
|
|
44
44
|
- No install scripts (removed postinstall)
|
|
45
45
|
- No environment variable access (hardcoded configuration)
|
|
46
|
-
-
|
|
46
|
+
- Plain GitHub Release URLs for transparent scanner and reviewer visibility
|
|
47
47
|
- SHA-256 checksum verification for all downloads
|
|
48
48
|
|
|
49
49
|
The native binary is downloaded on first use rather than during installation. For detailed information about security practices, see [SECURITY.md](SECURITY.md).
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"url": "https://github.com/aryaminus/controlkeel.git",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.3.
|
|
10
|
+
"version": "0.3.63",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@aryaminus/controlkeel",
|
|
15
|
-
"version": "0.3.
|
|
15
|
+
"version": "0.3.63",
|
|
16
16
|
"runtimeHint": "npx",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|