Socket
Socket
Sign inDemoInstall

winston

Package Overview
Dependencies
6
Maintainers
7
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.4 to 2.4.5

4

CHANGELOG.md

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

## v2.4.5
- [#1800] Silence Node.js 14 warning
## v2.4.4

@@ -2,0 +6,0 @@ ### NPMIGNORE IS YOUR FRIEND EDITION

@@ -83,2 +83,3 @@ /*

];
winston.padLevels = false;
common.setLevels(winston, null, defaultLogger.levels);

@@ -85,0 +86,0 @@ methods.forEach(function (method) {

4

package.json
{
"name": "winston",
"description": "A multi-transport async logging library for Node.js",
"version": "2.4.4",
"version": "2.4.5",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",

@@ -36,3 +36,3 @@ "maintainers": [

"scripts": {
"test": "vows --spec --isolate"
"test": "vows --dot-matrix --isolate"
},

@@ -39,0 +39,0 @@ "types": "./index.d.ts",

@@ -386,3 +386,3 @@ # winston

Each `level` is given a specific integer priority. The higher the priority the more important the message is considered to be, and the lower the corresponding integer priority. For example, `npm` logging levels are prioritized from 0 to 5 (highest to lowest):
Each `level` is given a specific integer priority. The higher the priority the more important the message is considered to be, and the lower the corresponding integer priority. Severity of all levels is assumed to be numerically **ascending** from most important to least important. For example, `npm` logging levels are prioritized from 0 to 5 (highest to lowest):

@@ -389,0 +389,0 @@ ``` js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc