You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@opencode-ai/plugin

Package Overview
Dependencies
Maintainers
2
Versions
5119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/plugin - npm Package Compare versions

Comparing version
0.5.6
to
0.5.7
+8
-2
dist/index.d.ts

@@ -24,4 +24,5 @@ import type { Event, createOpencodeClient, App, Model, Provider, Permission, UserMessage, Part, Auth } from "@opencode-ai/sdk";

method: "auto";
callback(): Promise<{
callback(): Promise<({
type: "success";
} & ({
refresh: string;

@@ -31,2 +32,4 @@ access: string;

} | {
key: string;
})) | {
type: "failed";

@@ -36,4 +39,5 @@ }>;

method: "code";
callback(code: string): Promise<{
callback(code: string): Promise<({
type: "success";
} & ({
refresh: string;

@@ -43,2 +47,4 @@ access: string;

} | {
key: string;
})) | {
type: "failed";

@@ -45,0 +51,0 @@ }>;

+1
-1
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.5.6",
"version": "0.5.7",
"type": "module",

@@ -6,0 +6,0 @@ "scripts": {