Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pino-http

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pino-http - npm Package Compare versions

Comparing version 5.8.1 to 5.8.2

8

pino-http/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc