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.5.0 to 2.6.0

15

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

@@ -345,2 +345,3 @@ import { BackgroundColorName, ForegroundColorName } from "chalk";

private orientation;
private increment;
interactive: boolean;

@@ -412,2 +413,16 @@ text: string;

/**
* @description Get the increment value
*
* @returns {number} The increment value
* @memberof Progress
*/
getIncrement: () => number;
/**
* @description Sets the increment value
*
* @param {number} value The increment value
* @memberof Progress
*/
setIncrement: (value: number) => void;
/**
* @description Sets the value of the progress bar

@@ -414,0 +429,0 @@ *

2

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

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