@types/pino-http
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -34,4 +34,4 @@ // Type definitions for pino-http 5.0 | ||
customLogLevel?: (res: ServerResponse, error: Error) => Level; | ||
customSuccessMessage?: (req: IncomingMessage) => string; | ||
customErrorMessage?: (req: IncomingMessage) => string; | ||
customSuccessMessage?: (res: ServerResponse) => string; | ||
customErrorMessage?: (error: Error, res: ServerResponse) => string; | ||
customAttributeKeys?: CustomAttributeKeys; | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "@types/pino-http", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for pino-http", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "88aaa3f4b905cf4b9fa046e8a3d8a0924c35754cb7f7daea3fb6242c807f32e6", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "d3a0eee18dcafdb1cc4099c0e9b80cd47decacf08ab34c40a44f66585abd98ef", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Apr 2020 17:50:35 GMT | ||
* Last updated: Tue, 23 Jun 2020 02:15:38 GMT | ||
* Dependencies: [@types/pino](https://npmjs.com/package/@types/pino) | ||
@@ -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
5110