mobbdev 0.0.63 → 0.0.65

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2951,6 +2951,7 @@ async function _scan(params, { skipPrompts = false } = {}) {
2951
2951
  fixReportId: reportUploadInfo.fixReportId
2952
2952
  });
2953
2953
  !ci && console.log("You can access the analysis at: \n");
2954
+ console.log(chalk4.bold(reportUrl));
2954
2955
  !skipPrompts && await mobbAnalysisPrompt();
2955
2956
  !ci && open2(reportUrl);
2956
2957
  !ci && console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",