Socket
Socket
Sign inDemoInstall

@types/cli-progress

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cli-progress - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

9

cli-progress/index.d.ts

@@ -44,2 +44,4 @@ // Type definitions for cli-progress 3.4

barsize?: number;
/** position of the progress bar - 'left' (default), 'right' or 'center */
align?: 'left' | 'right' | 'center';

@@ -58,4 +60,7 @@ /** character to use as "complete" indicator in the bar (default: "=") */

/** hide the cursor during progress operation; restored on complete (default: false) */
hideCursor?: boolean;
/**
* hide the cursor during progress operation; restored on complete (default: false)
* - pass `null` to keep terminal settings
*/
hideCursor?: boolean | null;

@@ -62,0 +67,0 @@ /** number of updates with which to calculate the eta; higher numbers give a more stable eta (default: 10) */

{
"name": "@types/cli-progress",
"version": "3.4.0",
"version": "3.4.1",
"description": "TypeScript definitions for cli-progress",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "2b4a0c9aa26653f2c584489615214aa465aba81c05f94f0bb92776095c3c4f06",
"typesPublisherContentHash": "bcc86f32704673d0a36df055ffeab90e4ac1e157892835685f41a1cda868fd62",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 26 Dec 2019 18:27:31 GMT
* Last updated: Thu, 02 Jan 2020 18:41:59 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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