getsuperpower
Advanced tools
+1
-1
| { | ||
| "name": "getsuperpower", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "repository": { |
+7
-2
@@ -24,3 +24,3 @@ #!/usr/bin/env bun | ||
| const CLI_VERSION = "0.3.2"; | ||
| const CLI_VERSION = "0.3.3"; | ||
@@ -327,3 +327,8 @@ interface CommanderVersionInternals { | ||
| console.log(keyValue("Home", result.homeDir)); | ||
| console.log(keyValue("Internal command", `npx --yes skills@latest add ${result.packageName}`)); | ||
| console.log( | ||
| keyValue( | ||
| "Internal command", | ||
| `npx --yes skills@latest add ${result.packageName} --yes --global`, | ||
| ), | ||
| ); | ||
@@ -330,0 +335,0 @@ if (!result.dryRun) { |
@@ -386,3 +386,3 @@ import { existsSync } from "node:fs"; | ||
| executable: "npx", | ||
| args: ["--yes", "skills@latest", "add", packageName], | ||
| args: ["--yes", "skills@latest", "add", packageName, "--yes", "--global"], | ||
| cwd: input.homeDir, | ||
@@ -389,0 +389,0 @@ env: { |
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
900333
0.01%22682
0.02%34
-2.86%