🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opentui/core

Package Overview
Dependencies
Maintainers
3
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentui/core - npm Package Compare versions

Comparing version
0.0.0-20260704-5f395807
to
0.0.0-20260705-2dee9667
index-fcyzwry0.js

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

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

+9
-9

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "0.0.0-20260704-5f395807",
"version": "0.0.0-20260705-2dee9667",
"description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)",

@@ -69,11 +69,11 @@ "license": "MIT",

"optionalDependencies": {
"@opentui/core-darwin-x64": "0.0.0-20260704-5f395807",
"@opentui/core-darwin-arm64": "0.0.0-20260704-5f395807",
"@opentui/core-linux-x64": "0.0.0-20260704-5f395807",
"@opentui/core-linux-arm64": "0.0.0-20260704-5f395807",
"@opentui/core-win32-x64": "0.0.0-20260704-5f395807",
"@opentui/core-win32-arm64": "0.0.0-20260704-5f395807",
"@opentui/core-linux-x64-musl": "0.0.0-20260704-5f395807",
"@opentui/core-linux-arm64-musl": "0.0.0-20260704-5f395807"
"@opentui/core-darwin-x64": "0.0.0-20260705-2dee9667",
"@opentui/core-darwin-arm64": "0.0.0-20260705-2dee9667",
"@opentui/core-linux-x64": "0.0.0-20260705-2dee9667",
"@opentui/core-linux-arm64": "0.0.0-20260705-2dee9667",
"@opentui/core-win32-x64": "0.0.0-20260705-2dee9667",
"@opentui/core-win32-arm64": "0.0.0-20260705-2dee9667",
"@opentui/core-linux-x64-musl": "0.0.0-20260705-2dee9667",
"@opentui/core-linux-arm64-musl": "0.0.0-20260705-2dee9667"
}
}
import {
ANSI,
CliRenderer
} from "./index-va0d377s.js";
} from "./index-negzejr5.js";
import {
SystemClock,
TreeSitterClient
} from "./index-0ypfx5r5.js";
} from "./index-fcyzwry0.js";

@@ -10,0 +10,0 @@ // src/testing/mock-keys.ts

@@ -95,3 +95,3 @@ import {

yoga_default
} from "./index-0ypfx5r5.js";
} from "./index-fcyzwry0.js";
export {

@@ -98,0 +98,0 @@ yoga_default as default,

@@ -236,3 +236,3 @@ import { type FFICallbackInstance, type Pointer } from "./platform/ffi.js";

clipboardServiceDrain: (service: ClipboardServiceHandle) => number;
clipboardReadOperationStart: (service: ClipboardServiceHandle, request: Uint8Array, selection: number, maxBytes: number, timeoutMs: number) => {
clipboardReadOperationStart: (service: ClipboardServiceHandle, request: Uint8Array, selection: number, maxBytes: number, maxImagePixels: number, maxConversionBytes: number, timeoutMs: number) => {
status: NativeClipboardStartStatus;

@@ -239,0 +239,0 @@ operation: ClipboardOperationHandle | null;

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

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

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