@types/winston
Advanced tools
Comparing version 2.3.8 to 2.3.9
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19512