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

opencode-codebuddy-external-auth

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencode-codebuddy-external-auth - npm Package Compare versions

Comparing version
1.0.25
to
1.0.26
+0
-4
dist/plugin.js

@@ -267,4 +267,2 @@ "use strict";

args.push(prompt);
// Debug log (可注释掉)
// console.log(`[codebuddy-external] Executing: codebuddy ${args.join(" ").substring(0, 100)}...`);
const child = spawn("codebuddy", args, {

@@ -616,4 +614,2 @@ env: { ...process.env },

if (auth.type === "oauth" && auth.access) {
// 返回代理 fetch 函数,通过 codebuddy CLI 处理请求
// baseURL 可以是任意值,因为 fetch 会拦截并调用 CLI
return {

@@ -620,0 +616,0 @@ apiKey: "cli-proxy", // 占位符,实际认证由 fetch 处理

+1
-1
{
"name": "opencode-codebuddy-external-auth",
"version": "1.0.25",
"version": "1.0.26",
"description": "OpenCode plugin for CodeBuddy External (IOA) authentication",

@@ -5,0 +5,0 @@ "main": "dist/index.js",