Socket
Socket
Sign inDemoInstall

winston

Package Overview
Dependencies
7
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## v2.1.1 / 2015-11-18
### COLOR ME IMPRESSED EDITION
- [#751](https://github.com/winstonjs/winston/pull/751), Fix colors not appearing in non-tty environments. Fixes [#609](https://github.com/winstonjs/winston/issues/609), [#616](https://github.com/winstonjs/winston/issues/616), [#669](https://github.com/winstonjs/winston/issues/669), [#648](https://github.com/winstonjs/winston/issues/648) (`fiznool`).
- [#752](https://github.com/winstonjs/winston/pull/752) Correct syslog RFC number. 5424 instead of 524. (`jbenoit2011`)
## v2.1.0 / 2015-11-03

@@ -2,0 +8,0 @@ ### TEST ALL THE ECOSYSTEM EDITION

3

lib/winston/config.js

@@ -11,2 +11,5 @@ /*

// Fix colors not appearing in non-tty environments
colors.enabled = true;
var config = exports,

@@ -13,0 +16,0 @@ allColors = exports.allColors = {};

3

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

@@ -30,2 +30,3 @@ "maintainers": [

"devDependencies": {
"cross-spawn-async": "^2.0.0",
"hock": "1.x.x",

@@ -32,0 +33,0 @@ "std-mocks": "~1.0.0",

@@ -53,3 +53,3 @@ # winston

Logging levels in `winston` conform to the severity ordering specified by [RFC524](https://tools.ietf.org/html/rfc5424): _severity of all levels is assumed to be numerically **ascending** from most important to least important._
Logging levels in `winston` conform to the severity ordering specified by [RFC5424](https://tools.ietf.org/html/rfc5424): _severity of all levels is assumed to be numerically **ascending** from most important to least important._

@@ -367,3 +367,3 @@ ### Using the Default Logger

Similarly, as specified exactly in RFC524 the `syslog` levels are prioritized from 0 to 7 (highest to lowest).
Similarly, as specified exactly in RFC5424 the `syslog` levels are prioritized from 0 to 7 (highest to lowest).

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