🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

getsuperpower

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getsuperpower - npm Package Compare versions

Comparing version
0.3.2
to
0.3.3
+1
-1
package.json
{
"name": "getsuperpower",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",

@@ -5,0 +5,0 @@ "repository": {

@@ -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