Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

console-gui-tools

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-gui-tools - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/types/components/widgets/InputPopup.d.ts

@@ -22,3 +22,3 @@ /// <reference types="node" />

value: string | number;
numeric: boolean;
numeric?: boolean;
visible?: boolean;

@@ -25,0 +25,0 @@ }

{
"name": "console-gui-tools",
"version": "3.0.3",
"version": "3.0.4",
"description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.",

@@ -5,0 +5,0 @@ "main": "dist/esm/ConsoleGui.mjs",

@@ -448,3 +448,3 @@ # console-gui-tools

## Box (since 3.0.3) [New!](docs/Box.md)
## Box (since 3.0.0) [New!](docs/Box.md)
The box is a control widget that allows you to create a box with a title and a content. The content is a InPageWidgetBuilder object, so you can add rows to it. It can have a title and can be boxed or not. It can be used to place some texts in a specific position of the screen, without using the layout. It also can be draggable.

@@ -451,0 +451,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc