@node9/proxy 1.23.0 → 1.24.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/dist/cli.js CHANGED
@@ -10983,7 +10983,8 @@ function registerScanCommand(program2) {
10983
10983
  " node9 is still worth running \u2014 it monitors every tool call in real time.\n"
10984
10984
  )
10985
10985
  );
10986
- } else {
10986
+ }
10987
+ {
10987
10988
  const totalRisky = totalFindings + scan.dlpFindings.length;
10988
10989
  const score = classifyScore(blast.score);
10989
10990
  const severityDisplay = score.band === "critical" ? import_chalk5.default.red.bold(score.label) : score.color(score.label);
package/dist/cli.mjs CHANGED
@@ -10962,7 +10962,8 @@ function registerScanCommand(program2) {
10962
10962
  " node9 is still worth running \u2014 it monitors every tool call in real time.\n"
10963
10963
  )
10964
10964
  );
10965
- } else {
10965
+ }
10966
+ {
10966
10967
  const totalRisky = totalFindings + scan.dlpFindings.length;
10967
10968
  const score = classifyScore(blast.score);
10968
10969
  const severityDisplay = score.band === "critical" ? chalk5.red.bold(score.label) : score.color(score.label);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node9/proxy",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "description": "The Sudo Command for AI Agents. Execution Security for Claude Code & MCP.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",