Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/winston

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/winston - npm Package Compare versions

Comparing version 2.3.8 to 2.3.9

8

winston/index.d.ts

@@ -275,3 +275,3 @@ // Type definitions for winston 2.3

json: boolean;
colorize: boolean;
colorize: boolean | 'all' | 'level' | 'message';
prettyPrint: boolean;

@@ -298,3 +298,3 @@ timestamp: boolean | (() => string | boolean);

logstash: boolean;
colorize: boolean;
colorize: boolean | 'all' | 'level' | 'message';
maxsize: number|null;

@@ -335,3 +335,3 @@ rotationFormat: boolean;

json: boolean;
colorize: boolean;
colorize: boolean | 'all' | 'level' | 'message';
prettyPrint: boolean;

@@ -396,3 +396,3 @@ timestamp: boolean | (() => string | boolean);

json?: boolean;
colorize?: boolean;
colorize?: boolean | 'all' | 'level' | 'message';
colors?: any;

@@ -399,0 +399,0 @@ prettyPrint?: boolean;

{
"name": "@types/winston",
"version": "2.3.8",
"version": "2.3.9",
"description": "TypeScript definitions for winston",

@@ -32,4 +32,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "bd0f812d4accbc4c9ec4470273b116b36eda9cee294b0e5d070a05e9b0ba3947",
"typesPublisherContentHash": "107f305a21251216ddbbdca7282cae3a037ea54d6c6f8018d41f160acd40d60a",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 10 Feb 2018 21:44:47 GMT
* Last updated: Tue, 03 Apr 2018 20:01:19 GMT
* Dependencies: http, node

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc