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

@opencode-ai/plugin

Package Overview
Dependencies
Maintainers
2
Versions
5366
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.13.2
to
0.13.3
+2
-2
package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.13.2",
"version": "0.13.3",
"type": "module",

@@ -24,3 +24,3 @@ "scripts": {

"dependencies": {
"@opencode-ai/sdk": "0.13.2",
"@opencode-ai/sdk": "0.13.3",
"zod": "4.1.8"

@@ -27,0 +27,0 @@ },

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.12.1",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
},
"./tool": {
"import": "./tool.js",
"types": "./tool.d.ts"
}
},
"files": [
"dist"
],
"dependencies": {
"@opencode-ai/sdk": "workspace:*",
"zod": "catalog:"
}
}