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

@opencode-ai/protocol

Package Overview
Maintainers
2
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/protocol - npm Package Compare versions

Source code not available
We could not scan this package. Some page functionalities have been disabled
Comparing version
0.0.0-next-16233
to
0.0.0-next-16234
+4
-2
package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/protocol",
"version": "0.0.0-next-16233",
"version": "0.0.0-next-16234",
"type": "module",

@@ -26,6 +26,8 @@ "license": "MIT",

"build": "bun run script/build.ts",
"generate": "bun run script/generate-openapi.ts",
"check:generated": "bun run script/generate-openapi.ts --check",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@opencode-ai/schema": "0.0.0-next-16233",
"@opencode-ai/schema": "0.0.0-next-16234",
"effect": "4.0.0-beta.98"

@@ -32,0 +34,0 @@ },