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.1 to 5.0.2

4

pino-http/index.d.ts

@@ -34,4 +34,4 @@ // Type definitions for pino-http 5.0

customLogLevel?: (res: ServerResponse, error: Error) => Level;
customSuccessMessage?: (req: IncomingMessage) => string;
customErrorMessage?: (req: IncomingMessage) => string;
customSuccessMessage?: (res: ServerResponse) => string;
customErrorMessage?: (error: Error, res: ServerResponse) => string;
customAttributeKeys?: CustomAttributeKeys;

@@ -38,0 +38,0 @@ }

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

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

},
"typesPublisherContentHash": "88aaa3f4b905cf4b9fa046e8a3d8a0924c35754cb7f7daea3fb6242c807f32e6",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "d3a0eee18dcafdb1cc4099c0e9b80cd47decacf08ab34c40a44f66585abd98ef",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Thu, 23 Apr 2020 17:50:35 GMT
* Last updated: Tue, 23 Jun 2020 02:15:38 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