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.0.5 to 5.0.6

2

pino-http/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for pino-http 5.0

declare namespace PinoHttp {
type HttpLogger = (req: IncomingMessage, res: ServerResponse) => void;
type HttpLogger = (req: IncomingMessage, res: ServerResponse, next?: () => void) => void;
type ReqId = number | string | object;

@@ -22,0 +22,0 @@

{
"name": "@types/pino-http",
"version": "5.0.5",
"version": "5.0.6",
"description": "TypeScript definitions for pino-http",

@@ -39,4 +39,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "091ec55e97368394fd783688e70a46f8f9378f07594c9c44a46b7a8f13cc18d5",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "618ca247ad6ea35e806b5c511803f9a30f53ca551233c29ceeda5f1a3bf31f7a",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 26 Aug 2020 20:40:53 GMT
* Last updated: Sun, 06 Dec 2020 04:11:25 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