@node9/proxy 1.23.0 → 1.24.1
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 +2 -1
- package/dist/cli.mjs +2 -1
- package/package.json +1 -1
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
|
-
}
|
|
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
|
-
}
|
|
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);
|