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
5086
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.3.128
to
0.3.129
+9
-4
package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.3.128",
"version": "0.3.129",
"type": "module",

@@ -10,3 +10,6 @@ "scripts": {

"exports": {
".": "./src/index.ts"
".": {
"development": "./src/index.ts",
"import": "./dist/index.js"
}
},

@@ -16,8 +19,10 @@ "files": [

],
"dependencies": {
"@opencode-ai/sdk": "0.3.128"
},
"devDependencies": {
"typescript": "5.8.2",
"@hey-api/openapi-ts": "0.80.1",
"@tsconfig/node22": "22.0.2",
"@opencode-ai/sdk": "0.3.127"
"@tsconfig/node22": "22.0.2"
}
}