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 1.1.21 to 1.1.25

dist/cjs/components/layout/DoubleLayout.d.ts

16

package.json
{
"name": "console-gui-tools",
"version": "1.1.21",
"version": "1.1.25",
"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/cjs/ConsoleGui.js",
"module": "dist/esm/ConsoleGui.js",
"typings": "dist/esm/ConsoleGui.d.ts",
"types": "dist/esm/ConsoleGui.d.ts",
"type": "module",
"files": [
"dist/"
],
"scripts": {
"lint": "eslint ./src/ --ext .ts",
"build": "tsc",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepare": "npm run build",

@@ -50,2 +54,2 @@ "test": "npm run build && node ./examples/tcp_simulator.mjs",

}
}
}
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