@commitguard/cli
Advanced tools
+7
-2
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
| //#region package.json | ||
| var version = "0.0.16"; | ||
| var version = "0.0.17"; | ||
| var package_default = { | ||
@@ -947,3 +947,8 @@ name: "@commitguard/cli", | ||
| } catch (error) { | ||
| consola.error("Analysis failed:", error); | ||
| const message = error instanceof Error ? error.message : String(error); | ||
| if (process.stdout.isTTY) consola.box({ | ||
| title: "Analysis Failed", | ||
| message | ||
| }); | ||
| else consola.log(message); | ||
| } | ||
@@ -950,0 +955,0 @@ } |
+11
-12
| { | ||
| "name": "@commitguard/cli", | ||
| "type": "module", | ||
| "version": "0.0.16", | ||
| "version": "0.0.17", | ||
| "description": "AI-powered git commit checker that blocks bad code before it ships", | ||
@@ -24,12 +24,2 @@ "license": "MIT", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsdown", | ||
| "dev": "tsdown --watch", | ||
| "test": "vitest", | ||
| "typecheck": "tsc --noEmit", | ||
| "prepublishOnly": "pnpm run build", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "release": "pnpm typecheck && bumpp --tag --push --publish && npm publish" | ||
| }, | ||
| "dependencies": { | ||
@@ -56,3 +46,12 @@ "@clack/prompts": "^0.11.0", | ||
| "vitest": "^4.0.16" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsdown", | ||
| "dev": "tsdown --watch", | ||
| "test": "vitest", | ||
| "typecheck": "tsc --noEmit", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "release": "pnpm typecheck && bumpp --tag --push --publish && npm publish" | ||
| } | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
36371
0.29%1067
0.47%