@types/pino-http
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -49,3 +49,3 @@ // Type definitions for pino-http 5.4 | ||
interface AutoLoggingOptions { | ||
ignorePaths?: string[] | undefined; | ||
ignorePaths?: Array<string | RegExp> | undefined; | ||
getPath?: ((req: IncomingMessage) => string | undefined) | undefined; | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "@types/pino-http", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "TypeScript definitions for pino-http", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pino-http", | ||
}, | ||
"typesPublisherContentHash": "965a35199998b5e27cab7b57ef3e69018eb0c7e888a1cdeb933d89379456ccbe", | ||
"typesPublisherContentHash": "9a30df4f1c115b4b883774b6568881e41b542cf3a79a440b924384cb204643a2", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:30 GMT | ||
* Last updated: Wed, 18 Aug 2021 20:31:24 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
5738