@types/pino-http
Advanced tools
Comparing version 5.0.6 to 5.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for pino-http 5.0 | ||
// Type definitions for pino-http 5.4 | ||
// Project: https://github.com/pinojs/pino-http#readme | ||
@@ -38,3 +38,3 @@ // Definitions by: Christian Rackerseder <https://github.com/screendriver> | ||
wrapSerializers?: boolean; | ||
reqCustomProps?: (req: IncomingMessage) => object; | ||
reqCustomProps?: (req: IncomingMessage, res: ServerResponse) => object; | ||
} | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "@types/pino-http", | ||
"version": "5.0.6", | ||
"version": "5.4.0", | ||
"description": "TypeScript definitions for pino-http", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "618ca247ad6ea35e806b5c511803f9a30f53ca551233c29ceeda5f1a3bf31f7a", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "c7e9388b698c44e994d19d916dc5f795eb6e7a69e7ba07659769349bbe370355", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 06 Dec 2020 04:11:25 GMT | ||
* Last updated: Mon, 01 Feb 2021 15:24:44 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
5359