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 4.0.2 to 4.1.0

6

CHANGELOG.md

@@ -0,5 +1,9 @@

### v4.0.2
* Added installation instructions.
### v4.0.1
* Fix bugs where `log.progressEnabled` got out of sync with how `gauge` kept
track of these things resulting in a progressbar that couldn't be disabled.
track of these things resulting in a progressbar that couldn't be disabled.

@@ -6,0 +10,0 @@ ### v4.0.0

@@ -296,3 +296,5 @@ 'use strict'

log.addLevel('info', 2000, { fg: 'green' })
log.addLevel('timing', 2500, { fg: 'green', bg: 'black' })
log.addLevel('http', 3000, { fg: 'green', bg: 'black' })
log.addLevel('notice', 3500, { fg: 'blue', bg: 'black' })
log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN')

@@ -299,0 +301,0 @@ log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!')

6

package.json

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

"description": "logger for npm",
"version": "4.0.2",
"version": "4.1.0",
"repository": {

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

"console-control-strings": "~1.1.0",
"gauge": "~2.7.1",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"

@@ -27,5 +27,5 @@ },

"standard": "~7.1.2",
"tap": "~5.7.0"
"tap": "~5.7.3"
},
"license": "ISC"
}
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