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

@opentui/react

Package Overview
Dependencies
Maintainers
3
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentui/react - npm Package Compare versions

Comparing version
0.0.0-20250924-d06b64fa
to
0.0.0-20250926-77b41db5
+2
-2
package.json

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

"type": "module",
"version": "0.0.0-20250924-d06b64fa",
"version": "0.0.0-20250926-77b41db5",
"description": "React renderer for building terminal user interfaces using OpenTUI core",

@@ -39,3 +39,3 @@ "license": "MIT",

"dependencies": {
"@opentui/core": "0.0.0-20250924-d06b64fa",
"@opentui/core": "0.0.0-20250926-77b41db5",
"react-reconciler": "^0.32.0"

@@ -42,0 +42,0 @@ },

@@ -1,2 +0,2 @@

import type { ParsedKey } from "@opentui/core";
export declare const useKeyboard: (handler: (key: ParsedKey) => void) => void;
import type { KeyEvent } from "@opentui/core";
export declare const useKeyboard: (handler: (key: KeyEvent) => void) => void;