@types/pino
Advanced tools
Comparing version 6.3.1 to 6.3.2
@@ -736,2 +736,3 @@ // Type definitions for pino 6.3 | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -746,2 +747,3 @@ * @param msg: the log message to write | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -756,2 +758,3 @@ * @param msg: the log message to write | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -766,2 +769,3 @@ * @param msg: the log message to write | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -776,2 +780,3 @@ * @param msg: the log message to write | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -786,2 +791,3 @@ * @param msg: the log message to write | ||
* | ||
* @typeParam T: the interface of the object being serialized. Default is object. | ||
* @param obj: object to be serialized | ||
@@ -821,4 +827,5 @@ * @param msg: the log message to write | ||
interface LogFn { | ||
/* tslint:disable:no-unnecessary-generics */ | ||
<T extends object>(obj: T, msg?: string, ...args: any[]): void; | ||
(msg: string, ...args: any[]): void; | ||
(obj: object, msg?: string, ...args: any[]): void; | ||
} | ||
@@ -825,0 +832,0 @@ |
{ | ||
"name": "@types/pino", | ||
"version": "6.3.1", | ||
"version": "6.3.2", | ||
"description": "TypeScript definitions for pino", | ||
@@ -81,4 +81,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "01af472560a24950a7e6b4bab8b010a1b028475540fdc91a769ec7a10670812b", | ||
"typesPublisherContentHash": "65a559fa07bf2cec6e972336d4b2a27d152487d39662f8aa9afd1d013852718a", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 21 Sep 2020 14:13:13 GMT | ||
* Last updated: Mon, 28 Sep 2020 23:57:45 GMT | ||
* Dependencies: [@types/sonic-boom](https://npmjs.com/package/@types/sonic-boom), [@types/pino-std-serializers](https://npmjs.com/package/@types/pino-std-serializers), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
41142
789