Socket
Socket
Sign inDemoInstall

@types/cli-progress

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.11.0 to 3.11.1

5

cli-progress/index.d.ts

@@ -66,3 +66,3 @@ // Type definitions for cli-progress 3.11

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

@@ -153,3 +153,2 @@ /** character to use as "complete" indicator in the bar (default: "=") */

* {duration_formatted} - elapsed time formatted into appropriate units
*
*/

@@ -259,3 +258,3 @@ format: string;

export type ValueType = 'percentage' | 'total' | 'value' | 'eta' | 'duration';
export type ValueType = "percentage" | "total" | "value" | "eta" | "duration";

@@ -262,0 +261,0 @@ declare const defaultFormatter: GenericFormatter;

6

cli-progress/package.json
{
"name": "@types/cli-progress",
"version": "3.11.0",
"version": "3.11.1",
"description": "TypeScript definitions for cli-progress",

@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cli-progress",

},
"typesPublisherContentHash": "e288d01ff22a5d46bcc920c9cfe386f8235134916f43027f327b4b62f9c9a847",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "b58b3a295106e6e20591cf83a0a4bc6625b643b1ada0f1f3af098732c13ff882",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Tue, 10 May 2022 21:01:36 GMT
* Last updated: Mon, 04 Sep 2023 15:40:53 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc