@node9/proxy 1.28.0 → 1.29.0
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 +3 -3
- package/dist/cli.js +1094 -118
- package/dist/cli.mjs +1094 -118
- package/dist/dashboard.mjs +10 -0
- package/package.json +1 -1
package/dist/dashboard.mjs
CHANGED
|
@@ -3366,6 +3366,13 @@ var init_policy = __esm({
|
|
|
3366
3366
|
}
|
|
3367
3367
|
});
|
|
3368
3368
|
|
|
3369
|
+
// src/utils/hook-payload.ts
|
|
3370
|
+
var init_hook_payload = __esm({
|
|
3371
|
+
"src/utils/hook-payload.ts"() {
|
|
3372
|
+
"use strict";
|
|
3373
|
+
}
|
|
3374
|
+
});
|
|
3375
|
+
|
|
3369
3376
|
// src/scan-summary.ts
|
|
3370
3377
|
var init_scan_summary = __esm({
|
|
3371
3378
|
"src/scan-summary.ts"() {
|
|
@@ -4328,6 +4335,7 @@ var init_scan = __esm({
|
|
|
4328
4335
|
init_policy();
|
|
4329
4336
|
init_dist();
|
|
4330
4337
|
init_dlp();
|
|
4338
|
+
init_hook_payload();
|
|
4331
4339
|
init_dist();
|
|
4332
4340
|
init_scan_summary();
|
|
4333
4341
|
init_setup();
|
|
@@ -4406,6 +4414,8 @@ var init_scan = __esm({
|
|
|
4406
4414
|
"exec_command",
|
|
4407
4415
|
"shell",
|
|
4408
4416
|
"run_shell_command",
|
|
4417
|
+
"run_command",
|
|
4418
|
+
// Antigravity (agy)
|
|
4409
4419
|
"write",
|
|
4410
4420
|
"edit",
|
|
4411
4421
|
"multiedit"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node9/proxy",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"description": "The Sudo Command for AI Agents. Execution Security for Claude Code, Codex, Gemini, Cursor, Opencode, Pi, and any MCP server.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|