@types/pino-http
Advanced tools
Comparing version 5.8.1 to 5.8.2
@@ -10,4 +10,4 @@ // Type definitions for pino-http 5.8 | ||
import { IncomingMessage, ServerResponse } from 'http'; | ||
import { DestinationStream, Level, Logger, LoggerOptions } from 'pino'; | ||
import { IncomingMessage, ServerResponse } from "http"; | ||
import { DestinationStream, Level, Logger, LoggerOptions } from "pino"; | ||
@@ -51,3 +51,3 @@ export = PinoHttp; | ||
interface AutoLoggingOptions { | ||
ignore?: ((req: IncomingMessage) => boolean); | ||
ignore?: (req: IncomingMessage) => boolean; | ||
ignorePaths?: Array<string | RegExp> | undefined; | ||
@@ -68,3 +68,3 @@ getPath?: ((req: IncomingMessage) => string | undefined) | undefined; | ||
declare module 'http' { | ||
declare module "http" { | ||
interface IncomingMessage { | ||
@@ -71,0 +71,0 @@ id: PinoHttp.ReqId; |
{ | ||
"name": "@types/pino-http", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"description": "TypeScript definitions for pino-http", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pino-http", | ||
}, | ||
"typesPublisherContentHash": "ab0f72ec803922fce8d950c26433f4d4ecfc13cc5856702dced1f1ab6b9013a1", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "52af627937b7a879cd15254f0d888f0942e21ca68e4aeda0fae68ac10a716345", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 13 Nov 2021 16:31:25 GMT | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 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
5874