@westbayberry/dg 1.0.31 → 1.0.33

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -42434,7 +42434,7 @@ var init_ProjectSelector = __esm({
42434
42434
  onCancel();
42435
42435
  }
42436
42436
  });
42437
- const ecosystemLabel = (eco) => eco === "npm" ? import_chalk11.default.red("npm") : import_chalk11.default.blue("pip");
42437
+ const ecosystemLabel = (eco) => eco === "npm" ? import_chalk11.default.magenta("npm") : import_chalk11.default.blue("pip");
42438
42438
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(Box_default, { flexDirection: "column", paddingLeft: 1, children: [
42439
42439
  /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(Text, { children: [
42440
42440
  import_chalk11.default.cyan("\u25C6"),
@@ -42593,7 +42593,7 @@ var init_App2 = __esm({
42593
42593
  const content = (() => {
42594
42594
  switch (state.phase) {
42595
42595
  case "discovering":
42596
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Spinner2, { label: "Searching for dependencies..." });
42596
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Spinner2, { label: `Searching for dependencies in ${process.cwd()} ...` });
42597
42597
  case "selecting":
42598
42598
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
42599
42599
  ProjectSelector,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westbayberry/dg",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "Supply chain security scanner for npm and Python dependencies — detects malicious packages, typosquatting, dependency confusion, and 26+ attack patterns",
5
5
  "bin": {
6
6
  "dependency-guardian": "dist/index.mjs",