New:Socket for Asana Is Now Available.Learn more
Sign In

@opentui/core

Package Overview
Dependencies
Maintainers
3
Versions
323
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.5.3
to
0.5.4
chunk-bun-1n307cze.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

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.5.3",
"version": "0.5.4",
"description": "OpenTUI is a TypeScript library on a native Zig core for building terminal user interfaces (TUIs)",

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

"optionalDependencies": {
"@opentui/core-darwin-x64": "0.5.3",
"@opentui/core-darwin-arm64": "0.5.3",
"@opentui/core-linux-x64": "0.5.3",
"@opentui/core-linux-arm64": "0.5.3",
"@opentui/core-win32-x64": "0.5.3",
"@opentui/core-win32-arm64": "0.5.3",
"@opentui/core-linux-x64-musl": "0.5.3",
"@opentui/core-linux-arm64-musl": "0.5.3"
"@opentui/core-darwin-x64": "0.5.4",
"@opentui/core-darwin-arm64": "0.5.4",
"@opentui/core-linux-x64": "0.5.4",
"@opentui/core-linux-arm64": "0.5.4",
"@opentui/core-win32-x64": "0.5.4",
"@opentui/core-win32-arm64": "0.5.4",
"@opentui/core-linux-x64-musl": "0.5.4",
"@opentui/core-linux-arm64-musl": "0.5.4"
}
}

@@ -10,3 +10,3 @@ # OpenTUI Core

- [Tree-Sitter](https://opentui.com/docs/reference/tree-sitter) - Syntax highlighting integration
- [Renderables vs Constructs](https://opentui.com/docs/core-concepts/renderables-vs-constructs) - Understanding the component model
- [Renderables](https://opentui.com/docs/core-concepts/renderables) - Understanding the component model
- [Environment Variables](https://opentui.com/docs/reference/env-vars) - Configuration options

@@ -13,0 +13,0 @@

@@ -5,7 +5,7 @@ // @bun

CliRenderer
} from "./chunk-bun-t68f2fmr.js";
} from "./chunk-bun-gvv8cwwz.js";
import {
SystemClock,
TreeSitterClient
} from "./chunk-bun-26r5c5w5.js";
} from "./chunk-bun-1n307cze.js";

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

import {
ANSI,
CliRenderer
} from "./chunk-node-kq7as74d.js";
} from "./chunk-node-tq0x9mbj.js";
import {
SystemClock,
TreeSitterClient
} from "./chunk-node-aj3n20gq.js";
} from "./chunk-node-crchpns1.js";

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

import { Renderable } from "./Renderable.js";
export declare function createTextAttributes({ bold, italic, underline, dim, blink, inverse, hidden, strikethrough, }?: {
export declare function createTextAttributes({ bold, italic, underline, dim, blink, inverse, reverse, hidden, strikethrough, }?: {
bold?: boolean;

@@ -9,2 +9,3 @@ italic?: boolean;

inverse?: boolean;
reverse?: boolean;
hidden?: boolean;

@@ -11,0 +12,0 @@ strikethrough?: boolean;

@@ -96,3 +96,3 @@ // @bun

yoga_default
} from "./chunk-bun-26r5c5w5.js";
} from "./chunk-bun-1n307cze.js";
export {

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

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

yoga_default
} from "./chunk-node-aj3n20gq.js";
} from "./chunk-node-crchpns1.js";
export {

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

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

setTerminalEnvVar: (renderer: RendererHandle, key: string, value: string) => boolean;
destroyRenderer: (renderer: RendererHandle) => void;
destroyRenderer: (renderer: RendererHandle, flushInput?: boolean) => void;
setUseThread: (renderer: RendererHandle, useThread: boolean) => void;

@@ -231,0 +231,0 @@ setClearOnShutdown: (renderer: RendererHandle, clear: boolean) => void;

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

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

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

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