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

npmlog

Package Overview
Dependencies
Maintainers
6
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 6.0.0 to 6.0.1

9

lib/log.js

@@ -295,4 +295,5 @@ 'use strict'

m.message.split(/\r?\n/).forEach(function (line) {
if (this.heading) {
this.write(this.heading, this.headingStyle)
var heading = this.heading
if (heading) {
this.write(heading, this.headingStyle)
this.write(' ')

@@ -394,7 +395,7 @@ }

log.addLevel('silly', -Infinity, { inverse: true }, 'sill')
log.addLevel('verbose', 1000, { fg: 'blue', bg: 'black' }, 'verb')
log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb')
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('notice', 3500, { fg: 'cyan', bg: 'black' })
log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN')

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

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

"description": "logger for npm",
"version": "6.0.0",
"version": "6.0.1",
"repository": {

@@ -27,6 +27,7 @@ "type": "git",

"prepublishOnly": "git push origin --follow-tags",
"snap": "tap"
"snap": "tap",
"template-copy": "npm-template-copy --force"
},
"dependencies": {
"are-we-there-yet": "^2.0.0",
"are-we-there-yet": "^3.0.0",
"console-control-strings": "^1.1.0",

@@ -37,7 +38,6 @@ "gauge": "^4.0.0",

"devDependencies": {
"@npmcli/template-oss": "^2.3.0",
"tap": "^15.0.9"
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},
"license": "ISC",
"templateVersion": "2.3.0",
"engines": {

@@ -48,3 +48,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16"

"branches": 95
},
"templateOSS": {
"version": "2.7.1"
}
}
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