@types/winston
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -245,6 +245,3 @@ // Type definitions for winston 2.3 | ||
/** | ||
* @type {(boolean|(err: Error) => void)} | ||
*/ | ||
exitOnError?: any; | ||
exitOnError?: boolean | ((err: Error) => void); | ||
@@ -251,0 +248,0 @@ // TODO: Need to make instances specific, |
{ | ||
"name": "@types/winston", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "TypeScript definitions for winston", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f7452b4ae98a30b2445787c53459b75976060b52976978cd4fb7e16e33abdadb", | ||
"typesPublisherContentHash": "cac9b43a9043dd72d0fceb46c57945d8d3fd596b811b027fdb3117224852ea47", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 19 Sep 2017 18:15:21 GMT | ||
* Last updated: Wed, 25 Oct 2017 16:19:00 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
19383
433