@westbayberry/dg 1.0.41 → 1.0.42

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 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -48272,7 +48272,7 @@ function isNewer(a, b) {
48272
48272
  }
48273
48273
  function formatBanner(current, latest) {
48274
48274
  return `
48275
- \u25B2 Update available: ${current} \u2192 ${latest}
48275
+ \u26A0 Update available: ${current} \u2192 ${latest}
48276
48276
  Run \`dg update\` to upgrade
48277
48277
 
48278
48278
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westbayberry/dg",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
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",