New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

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

taskforceai-cli - npm Package Compare versions

Comparing version
0.5.0
to
0.6.0
+1
-1
package.json
{
"name": "taskforceai-cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "TaskForceAI terminal client with SQLite database support for npm-based installs.",

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

@@ -69,2 +69,11 @@ import { spawnSync } from 'node:child_process';

if (goVersion.error || goVersion.status !== 0) {
// In CI/build environments (like Vercel), the CLI binary is not needed for the web app
// Exit gracefully to allow the build to continue
if (process.env.CI || process.env.VERCEL || process.env.NETLIFY) {
console.log(
'[taskforceai-cli] Skipping build in CI environment (Go not available, binary not needed for web app)'
);
process.exit(0);
}
console.error(

@@ -71,0 +80,0 @@ '[taskforceai-cli] ERROR: No pre-built binary available and Go toolchain not found.'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet