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.5.1 to 3.6.0

0

dist/winston.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

5

dist/winston/logger.js

@@ -374,6 +374,5 @@ /**

this.push(this.format.transform(info, this.format.options));
} catch (ex) {
throw ex;
} finally {
// eslint-disable-next-line callback-return
this._writableState.sync = false; // eslint-disable-next-line callback-return
callback();

@@ -380,0 +379,0 @@ }

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /* eslint-disable no-console */

@@ -0,0 +0,0 @@ /* eslint-disable complexity,max-statements */

@@ -0,0 +0,0 @@ // Type definitions for winston 3.0

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Type definitions for winston 3.0

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -314,5 +314,4 @@ /**

this.push(this.format.transform(info, this.format.options));
} catch (ex) {
throw ex;
} finally {
this._writableState.sync = false;
// eslint-disable-next-line callback-return

@@ -319,0 +318,0 @@ callback();

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /* eslint-disable no-console */

@@ -0,0 +0,0 @@ /* eslint-disable complexity,max-statements */

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Type definitions for winston 3.0

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

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

"is-stream": "^2.0.0",
"logform": "^2.3.2",
"logform": "^2.4.0",
"one-time": "^1.0.0",

@@ -37,14 +37,15 @@ "readable-stream": "^3.4.0",

"triple-beam": "^1.3.0",
"winston-transport": "^4.4.2"
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.7",
"@types/node": "^17.0.8",
"@colors/colors": "1.5.0",
"@dabh/eslint-config-populist": "^5.0.0",
"@types/node": "^17.0.17",
"abstract-winston-transport": "^0.5.1",
"assume": "^2.2.0",
"colors": "1.4.0",
"cross-spawn-async": "^2.2.5",
"eslint-config-populist": "^4.2.0",
"eslint": "^8.9.0",
"hock": "^1.4.1",

@@ -63,6 +64,7 @@ "mocha": "8.1.3",

"scripts": {
"lint": "populist lib/*.js lib/winston/*.js lib/winston/**/*.js",
"pretest": "npm run lint",
"test": "nyc --reporter=text --reporter lcov npm run test:mocha",
"test:mocha": "mocha test/*.test.js test/**/*.test.js --exit",
"lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
"test": "mocha",
"test:coverage": "nyc npm run test:unit",
"test:unit": "mocha test/unit",
"test:integration": "mocha test/integration",
"build": "rimraf dist && babel lib -d dist",

@@ -72,5 +74,5 @@ "prepublishOnly": "npm run build"

"engines": {
"node": ">= 6.4.0"
"node": ">= 12.0.0"
},
"license": "MIT"
}

@@ -0,0 +0,0 @@ # winston

Sorry, the diff of this file is not supported yet

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