@types/winston
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -280,3 +280,3 @@ // Type definitions for winston 2.3 | ||
prettyPrint: boolean; | ||
timestamp: boolean; | ||
timestamp: boolean | (() => string | boolean); | ||
showLevel: boolean; | ||
@@ -308,3 +308,3 @@ label: string|null; | ||
label: string|null; | ||
timestamp: boolean; | ||
timestamp: boolean | (() => string | boolean); | ||
eol: string; | ||
@@ -340,3 +340,3 @@ tailable: boolean; | ||
prettyPrint: boolean; | ||
timestamp: boolean; | ||
timestamp: boolean | (() => string | boolean); | ||
showLevel: boolean; | ||
@@ -406,3 +406,3 @@ label: string|null; | ||
timestamp?(): any | boolean; | ||
timestamp: boolean | (() => string | boolean); | ||
stringify?(obj: any): string; | ||
@@ -409,0 +409,0 @@ } |
{ | ||
"name": "@types/winston", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "TypeScript definitions for winston", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8f547495c3a408889c3a7c9ffdcc1a108423f7597c058bed03665234ac804ccf", | ||
"typesPublisherContentHash": "a63964ec11cf8082058086077e88ecaf2106922d6e9ad3f861842e2a1d630b5e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 19 Apr 2017 21:19:05 GMT | ||
* Last updated: Thu, 04 May 2017 17:04:38 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
19274