New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.1 to 2.1.1

dist/cjs/ConsoleGui.cjs

16

package.json
{
"name": "console-gui-tools",
"version": "2.0.1",
"version": "2.1.1",
"description": "A simple library to draw option menu, text popup or other widgets and layout on a Node.js console.",
"main": "dist/ConsoleGui.js",
"typings": "dist/ConsoleGui.d.ts",
"types": "dist/ConsoleGui.d.ts",
"main": "dist/esm/ConsoleGui.mjs",
"types": "dist/types/ConsoleGui.d.ts",
"module": "dist/esm/ConsoleGui.mjs",
"type": "module",
"exports": {
".": {
"require": "./dist/cjs/ConsoleGui.cjs",
"import": "./dist/esm/ConsoleGui.mjs"
}
},
"files": [

@@ -17,3 +23,3 @@ "dist/"

"test": "npm run build && node ./examples/tcp_simulator.mjs",
"start": "node ./esbuild.js --watch",
"start": "node ./esbuild.js --watch --dev",
"docs": "node ./docgen.cjs"

@@ -20,0 +26,0 @@ },

# console-gui-tools
[![npm version](https://badge.fury.io/js/console-gui-tools.svg)](https://npmjs.com/package/console-gui-tools) [![npm](https://img.shields.io/npm/dt/console-gui-tools)](https://npmjs.com/package/console-gui-tools) ![GitHub](https://img.shields.io/github/license/elius94/console-gui-tools)
A simple ([PURE ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)) Node.js library to create Console Apps like a wizard (or maybe if you like old style colored screen or something like "teletext" programs 😂)
A simple Node.js library to create Console Apps like a wizard (or maybe if you like old style colored screen or something like "teletext" programs 😂)
Apart from jokes, it is a library that allows you to create a screen divided into a part with everything you want to see (such as variable values) and another in which the logs run.

@@ -14,6 +14,4 @@ Moreover in this way the application is managed by the input event "keypressed" to which each key corresponds to a bindable command.

> This is a Typescript module that is compiled as ES module. It should be used in other ES application. If you want to use it in a Commonjs app you can learn on the internet how to wrap it in, or you can clone this repo and change the tsconfig.json -> module: commonjs and package.json -> type: commonjs than build it for your project.
#### Node.js
Version: >= 14
Version: >= 14.17

@@ -20,0 +18,0 @@ #### OS

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