🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/plugin

Package Overview
Dependencies
Maintainers
2
Versions
9394
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-opentui-202510281801
to
0.0.0-opentui-202510281831
+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-opentui-202510281801",
"version": "0.0.0-opentui-202510281831",
"type": "module",

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

"dependencies": {
"@opencode-ai/sdk": "0.0.0-opentui-202510281801",
"@opencode-ai/sdk": "0.0.0-opentui-202510281831",
"zod": "4.1.8"

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