You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/progress

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/progress - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+6
-3
progress/index.d.ts

@@ -123,10 +123,13 @@ // Type definitions for node-progress v2.0.0

update(ratio: number, tokens?: any): void;
/**
* "interrupt" the progress bar and write a message above it.
*/
interrupt(message: string): void;
/**
* Terminates a progress bar.
*/
*/
terminate(): void;
/**

@@ -133,0 +136,0 @@ * Completed status of progress (Boolean)

{
"name": "@types/progress",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for node-progress",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Sebastian Lenz",
"url": "https://github.com/sebastian-lenz"
"url": "https://github.com/sebastian-lenz",
"githubUsername": "sebastian-lenz"
}

@@ -22,5 +23,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "6a857ef0dff9819775ac98ad086e69ec73429494acf8b1a564952a76cfbca716",
"typesPublisherContentHash": "768a0359e33dadbf681a9fa5339a271bd98f4871651e485d37ec12a36bdc77c5",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 22 May 2017 20:30:42 GMT
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT
* Dependencies: node

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