Socket
Socket
Sign inDemoInstall

log-update

Package Overview
Dependencies
Maintainers
3
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 2.0.0 to 2.1.0

2

index.js

@@ -12,3 +12,3 @@ 'use strict';

let out = [].join.call(arguments, ' ') + '\n';
out = wrapAnsi(out, process.stdout.columns || 80, {wordWrap: false});
out = wrapAnsi(out, process.stdout.columns || 80, {wordWrap: false, trim: false, hard: true});
stream.write(ansiEscapes.eraseLines(prevLineCount) + out);

@@ -15,0 +15,0 @@ prevLineCount = out.split('\n').length;

{
"name": "log-update",
"version": "2.0.0",
"version": "2.1.0",
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",

@@ -40,5 +40,5 @@ "license": "MIT",

"dependencies": {
"ansi-escapes": "^1.0.0",
"ansi-escapes": "^2.0.0",
"cli-cursor": "^2.0.0",
"wrap-ansi": "^2.1.0"
"wrap-ansi": "^3.0.1"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ # log-update [![Build Status](https://travis-ci.org/sindresorhus/log-update.svg?branch=master)](https://travis-ci.org/sindresorhus/log-update)

```
$ npm install --save log-update
$ npm install log-update
```

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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