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

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.1 to 3.1.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### v3.1.2
* Update to `gauge@1.6.0` adding support for default values for template
items.
### v3.1.1

@@ -2,0 +7,0 @@

5

log.js

@@ -46,8 +46,7 @@ 'use strict'

{type: 'activityIndicator', kerning: 1, length: 1},
{type: 'section'},
{type: 'section', default: ''},
':',
{type: 'logline', kerning: 1}
{type: 'logline', kerning: 1, default: ''}
]
})
log.gauge.show({section: '', logline: ''})

@@ -54,0 +53,0 @@ log.tracker = new Progress.TrackerGroup()

4

package.json

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

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

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

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

@@ -24,0 +24,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