Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

log-update

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-update - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

index.d.ts
/// <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",

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