log-update
Advanced tools
Comparing version 3.1.0 to 3.1.1
/// <reference types="node"/> | ||
import {Writable} from 'stream'; | ||
@@ -50,5 +49,5 @@ export interface LogUpdate { | ||
*/ | ||
readonly create: (stream: Writable, options?: Options) => LogUpdate; | ||
readonly create: (stream: NodeJS.WritableStream, options?: Options) => LogUpdate; | ||
}; | ||
export default logUpdate; |
{ | ||
"name": "log-update", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6134
95