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.1.1 to 2.1.2

2

package.json
{
"name": "console-gui-tools",
"version": "2.1.1",
"version": "2.1.2",
"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",

@@ -34,2 +34,15 @@ # console-gui-tools

## Importing the library
The library is transpiled to ESM and CJS, so you can import it with both syntax.
### ESM syntax
```js
import { ConsoleManager } from 'console-gui-tools'
```
### CommonJS syntax
```js
const { ConsoleManager } = require('console-gui-tools')
```
<details>

@@ -36,0 +49,0 @@ <summary>OPTIONS</summary>

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