@coana-tech/cli 14.12.192 → 14.12.193

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/cli.mjs CHANGED
@@ -251523,7 +251523,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
251523
251523
  }
251524
251524
 
251525
251525
  // dist/version.js
251526
- var version3 = "14.12.192";
251526
+ var version3 = "14.12.193";
251527
251527
 
251528
251528
  // dist/cli-core.js
251529
251529
  var { mapValues, omit, partition, pickBy: pickBy2 } = import_lodash15.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.192",
3
+ "version": "14.12.193",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -111463,7 +111463,7 @@ ${stderr}`);
111463
111463
  const reachedModules = JSON.parse(await readFile10(reachedModulesOutputFile, "utf8"));
111464
111464
  logger.debug("Reached modules", reachedModules);
111465
111465
  let [vulnAnalysisTime, vulnPathsTime] = [0, 0];
111466
- for (const run of diagnostics.runs) {
111466
+ for (const run of diagnostics.runs ?? []) {
111467
111467
  vulnAnalysisTime += run.vulnAnalysisTime;
111468
111468
  vulnPathsTime += run.vulnPathsTime;
111469
111469
  }