Socket
Book a DemoSign in
Socket

@opencode-ai/plugin

Package Overview
Dependencies
Maintainers
2
Versions
5322
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.0.0-dev-202510261938
to
0.0.0-dev-202510261951
+1
-1
dist/tool.d.ts

@@ -1,2 +0,2 @@

import { z } from "zod/v4";
import { z } from "zod";
export type ToolContext = {

@@ -3,0 +3,0 @@ sessionID: string;

@@ -1,2 +0,2 @@

import { z } from "zod/v4";
import { z } from "zod";
export function tool(input) {

@@ -3,0 +3,0 @@ return input;

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin",
"version": "0.0.0-dev-202510261938",
"version": "0.0.0-dev-202510261951",
"type": "module",

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

"dependencies": {
"@opencode-ai/sdk": "0.0.0-dev-202510261938",
"@opencode-ai/sdk": "0.0.0-dev-202510261951",
"zod": "4.1.8"

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