🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@opencode-ai/sdk

Package Overview
Dependencies
Maintainers
2
Versions
8483
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/sdk - npm Package Compare versions

Comparing version
0.0.0-dev-202606040300
to
0.0.0-dev-202606040321
+1
-0
dist/v2/client.d.ts
export * from "./gen/types.gen.js";
export type { FileSystemBinaryContent as LocationFileSystemBinaryContent, FileSystemEntry as LocationFileSystemEntry, FileSystemTextContent as LocationFileSystemTextContent, } from "./gen/types.gen.js";
import { type Config } from "./gen/client/types.gen.js";

@@ -3,0 +4,0 @@ import { OpencodeClient } from "./gen/sdk.gen.js";

+4
-2

@@ -29,4 +29,6 @@ export * from "./gen/types.gen.js";

continue;
if (!url.searchParams.has(key)) {
url.searchParams.set(key, value);
for (const query of url.pathname.startsWith("/api/") ? [key, `location[${key}]`] : [key]) {
if (!url.searchParams.has(query)) {
url.searchParams.set(query, value);
}
}

@@ -33,0 +35,0 @@ changed = true;

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.0.0-dev-202606040300",
"version": "0.0.0-dev-202606040321",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display