vigilnz 0.0.1 → 0.0.2
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/checksums/checksums.json +6 -6
- package/package.json +2 -6
package/checksums/checksums.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.2",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"vigilnz-windows-amd64.exe": "
|
|
5
|
-
"vigilnz-linux-amd64": "
|
|
6
|
-
"vigilnz-linux-arm64": "
|
|
7
|
-
"vigilnz-darwin-amd64": "
|
|
8
|
-
"vigilnz-darwin-arm64": "
|
|
4
|
+
"vigilnz-windows-amd64.exe": "eb633dddc566056063644e4068de43ef7875492ab09578d78a84eadea172bfdc",
|
|
5
|
+
"vigilnz-linux-amd64": "8b08a090c1cd1d0416d6b6f14c4ed26291b85eb33dbd5207f20117d850b809e8",
|
|
6
|
+
"vigilnz-linux-arm64": "6ae13deee00f518ae4a58c413ee8de0f9a09e0a1a8dd3403cae5d9db3edcb8c7",
|
|
7
|
+
"vigilnz-darwin-amd64": "801ca68597af730c7d59d888ffa672ee82f9d34e7741b8754f6a598a818c5a9f",
|
|
8
|
+
"vigilnz-darwin-arm64": "b757384efad2760edb86fac840315ff45ca875f74f0f639011d79c37a6247a80"
|
|
9
9
|
}
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vigilnz",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Vigilnz security scanner CLI — thin installer/wrapper that downloads and runs the native Vigilnz CLI binary. No scan logic lives in this package.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"vigilnz": "bin/vigilnz.js"
|
|
@@ -13,11 +13,7 @@
|
|
|
13
13
|
"README.md"
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
|
-
"postinstall": "node install.js"
|
|
17
|
-
"stamp-checksums": "node scripts/stamp-checksums.js",
|
|
18
|
-
"prepack": "node scripts/stamp-checksums.js --check",
|
|
19
|
-
"prepublishOnly": "node scripts/stamp-checksums.js --check",
|
|
20
|
-
"test": "node --test test/*.test.js"
|
|
16
|
+
"postinstall": "node install.js"
|
|
21
17
|
},
|
|
22
18
|
"engines": {
|
|
23
19
|
"node": ">=16"
|