Socket
Socket
Sign inDemoInstall

log-update

Package Overview
Dependencies
15
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.3.0

6

index.js

@@ -13,8 +13,2 @@ 'use strict';

// Windows appears to wrap a character early
// I hate Windows so much
if (process.platform === 'win32') {
return columns - 1;
}
return columns;

@@ -21,0 +15,0 @@ };

2

package.json
{
"name": "log-update",
"version": "3.2.0",
"version": "3.3.0",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc