@types/pino-http
Advanced tools
Comparing version 4.4.0 to 5.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for pino-http 4.4 | ||
// Type definitions for pino-http 5.0 | ||
// Project: https://github.com/pinojs/pino-http#readme | ||
@@ -6,2 +6,3 @@ // Definitions by: Christian Rackerseder <https://github.com/screendriver> | ||
// Griffin Yourick <https://github.com/tough-griff> | ||
// Jorge Barnaby <https://github.com/yorch> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -42,2 +43,3 @@ // TypeScript Version: 2.7 | ||
ignorePaths?: string[]; | ||
getPath?: (req: IncomingMessage) => string | undefined; | ||
} | ||
@@ -44,0 +46,0 @@ } |
{ | ||
"name": "@types/pino-http", | ||
"version": "4.4.0", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for pino-http", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "tough-griff" | ||
}, | ||
{ | ||
"name": "Jorge Barnaby", | ||
"url": "https://github.com/yorch", | ||
"githubUsername": "yorch" | ||
} | ||
@@ -35,4 +40,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "152eefe6fdb9d6744846dcf8d127df916e2f4d7af8b35b148d54423e39da6ebe", | ||
"typesPublisherContentHash": "9ce4fb0f826467a72d31892a50ffce14487fbf112a0983b3ad320cc3025eb136", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Mar 2020 16:06:45 GMT | ||
* Last updated: Fri, 17 Apr 2020 00:15:41 GMT | ||
* Dependencies: [@types/pino](https://npmjs.com/package/@types/pino) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Christian Rackerseder](https://github.com/screendriver), [Jeremy Forsythe](https://github.com/jdforsythe), and [Griffin Yourick](https://github.com/tough-griff). | ||
These definitions were written by [Christian Rackerseder](https://github.com/screendriver), [Jeremy Forsythe](https://github.com/jdforsythe), [Griffin Yourick](https://github.com/tough-griff), and [Jorge Barnaby](https://github.com/yorch). |
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
4779
46