Socket
Socket
Sign inDemoInstall

winston

Package Overview
Dependencies
6
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

5

CHANGELOG.md

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

## v2.3.1 / 2017-01-20
### WELCOME TO THE APOCALYPSE EDITION
- [#868](https://github.com/winstonjs/winston/pull/868), Fix 'Maximum call stack size exceeded' error with custom formatter.
## v2.3.0 / 2016-11-02

@@ -2,0 +7,0 @@ ### ZOMG WHY WOULD YOU ASK EDITION

1

lib/winston/common.js

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

if (typeof options.formatter == 'function') {
options.meta = meta;
return String(options.formatter(exports.clone(options)));

@@ -219,0 +220,0 @@ }

2

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

@@ -6,0 +6,0 @@ "maintainers": [

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