Socket
Socket
Sign inDemoInstall

npmlog

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmlog - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

CHANGELOG.md~

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### v3.1.1
* Update to `gauge@1.5.3` to fix to `1.x` compatibility when it comes to
when a progress bar is enabled. In `1.x` if you didn't have a TTY the
progress bar was never shown. In `2.x` it merely defaults to disabled,
but you can enable it explicitly if you still want progress updates.
### v3.1.0

@@ -2,0 +9,0 @@

2

log.js

@@ -51,2 +51,4 @@ 'use strict'

})
log.gauge.show({section: '', logline: ''})
log.tracker = new Progress.TrackerGroup()

@@ -53,0 +55,0 @@

4

package.json

@@ -5,3 +5,3 @@ {

"description": "logger for npm",
"version": "3.1.0",
"version": "3.1.1",
"repository": {

@@ -21,3 +21,3 @@ "type": "git",

"console-control-strings": "~1.1.0",
"gauge": "~2.5.2",
"gauge": "~2.5.3",
"set-blocking": "~2.0.0"

@@ -24,0 +24,0 @@ },

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