Socket
Socket
Sign inDemoInstall

winston

Package Overview
Dependencies
29
Maintainers
7
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.1 to 3.3.2

4

CHANGELOG.md
# CHANGELOG
## v3.3.2 / 2020-06-22
- [#1814] Use a fork of `diagnostics` published to NPM to avoid git dependency.
## v3.3.1 / 2020-06-21

@@ -4,0 +8,0 @@

2

dist/winston/create-logger.js

@@ -34,3 +34,3 @@ /**

var debug = require('diagnostics')('winston:create-logger');
var debug = require('@dabh/diagnostics')('winston:create-logger');

@@ -37,0 +37,0 @@ function isLevelEnabledFunctionName(level) {

@@ -19,3 +19,3 @@ /**

var debug = require('diagnostics')('winston:exception');
var debug = require('@dabh/diagnostics')('winston:exception');

@@ -22,0 +22,0 @@ var once = require('one-time');

@@ -19,3 +19,3 @@ /**

var debug = require('diagnostics')('winston:rejection');
var debug = require('@dabh/diagnostics')('winston:rejection');

@@ -22,0 +22,0 @@ var once = require('one-time');

@@ -50,3 +50,3 @@ /* eslint-disable complexity,max-statements */

var debug = require('diagnostics')('winston:file');
var debug = require('@dabh/diagnostics')('winston:file');

@@ -53,0 +53,0 @@ var os = require('os');

@@ -13,3 +13,3 @@ /**

const Logger = require('./logger');
const debug = require('diagnostics')('winston:create-logger');
const debug = require('@dabh/diagnostics')('winston:create-logger');

@@ -16,0 +16,0 @@ function isLevelEnabledFunctionName(level) {

@@ -12,3 +12,3 @@ /**

const asyncForEach = require('async/forEach');
const debug = require('diagnostics')('winston:exception');
const debug = require('@dabh/diagnostics')('winston:exception');
const once = require('one-time');

@@ -15,0 +15,0 @@ const stackTrace = require('stack-trace');

@@ -12,3 +12,3 @@ /**

const asyncForEach = require('async/forEach');
const debug = require('diagnostics')('winston:rejection');
const debug = require('@dabh/diagnostics')('winston:rejection');
const once = require('one-time');

@@ -15,0 +15,0 @@ const stackTrace = require('stack-trace');

@@ -18,3 +18,3 @@ /* eslint-disable complexity,max-statements */

const TransportStream = require('winston-transport');
const debug = require('diagnostics')('winston:file');
const debug = require('@dabh/diagnostics')('winston:file');
const os = require('os');

@@ -21,0 +21,0 @@ const tailFile = require('../tail-file');

{
"name": "winston",
"description": "A logger for just about everything.",
"version": "3.3.1",
"version": "3.3.2",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",

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

"async": "^3.1.0",
"diagnostics": "DABH/diagnostics#master",
"@dabh/diagnostics": "^2.0.2",
"is-stream": "^2.0.0",

@@ -33,0 +33,0 @@ "logform": "^2.2.0",

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