Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@cstar.help/cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cstar.help/cli - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+15
-0
dist/index.js

@@ -1356,2 +1356,17 @@ #!/usr/bin/env node

}
if (!isTest && !isJsonMode()) {
log(
"\u26A0\uFE0F You are using a live API key. This will create sample data in your production environment."
);
const rl = await import("readline");
const prompt = rl.createInterface({ input: process.stdin, output: process.stdout });
const answer = await new Promise((resolve) => {
prompt.question("Continue? (y/N) ", resolve);
});
prompt.close();
if (answer.toLowerCase() !== "y") {
log("Aborted. Use a test key (sk_test_*) to seed safely.");
return;
}
}
const spinner = isJsonMode() ? null : ora6("Creating categories...").start();

@@ -1358,0 +1373,0 @@ const categoryIds = [];

+1
-1
{
"name": "@cstar.help/cli",
"version": "0.2.2",
"version": "0.2.3",
"description": "CLI tool for the cStar customer support platform — for developers and AI agents",

@@ -5,0 +5,0 @@ "type": "module",