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
5230
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.15.3
to
0.15.4
+5
-4
package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.15.3",
"version": "0.15.4",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"typecheck": "tsgo --noEmit",
"build": "tsc"

@@ -24,3 +24,3 @@ },

"dependencies": {
"@opencode-ai/sdk": "0.15.3",
"@opencode-ai/sdk": "0.15.4",
"zod": "4.1.8"

@@ -31,4 +31,5 @@ },

"@types/node": "22.13.9",
"typescript": "5.8.2"
"typescript": "5.8.2",
"@typescript/native-preview": "7.0.0-dev.20251014.1"
}
}