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
5196
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
1.3.2
to
1.3.3
+2
-0
dist/index.d.ts

@@ -100,2 +100,3 @@ import type { Event, createOpencodeClient, Project, Model, Provider, Permission, UserMessage, Message, Part, Auth, Config } from "@opencode-ai/sdk";

accountId?: string;
enterpriseUrl?: string;
} | {

@@ -116,2 +117,3 @@ key: string;

accountId?: string;
enterpriseUrl?: string;
} | {

@@ -118,0 +120,0 @@ key: string;

+2
-2
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",

@@ -25,3 +25,3 @@ "license": "MIT",

"dependencies": {
"@opencode-ai/sdk": "1.3.2",
"@opencode-ai/sdk": "1.3.3",
"zod": "4.1.8"

@@ -28,0 +28,0 @@ },