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

@types/pino

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pino - npm Package Compare versions

Comparing version 6.3.4 to 6.3.5

6

pino/index.d.ts

@@ -534,7 +534,7 @@ // Type definitions for pino 6.3

* Allows for manipulating the parameters passed to logger methods. The signature for this hook is
* logMethod (args, method) {}, where args is an array of the arguments that were passed to the
* log method and method is the log method itself. This hook must invoke the method function by
* logMethod (args, method, level) {}, where args is an array of the arguments that were passed to the
* log method and method is the log method itself, and level is the log level. This hook must invoke the method function by
* using apply, like so: method.apply(this, newArgumentsArray).
*/
logMethod?: (args: any[], method: LogFn) => void;
logMethod?: (args: any[], method: LogFn, level: number) => void;
};

@@ -541,0 +541,0 @@ }

{
"name": "@types/pino",
"version": "6.3.4",
"version": "6.3.5",
"description": "TypeScript definitions for pino",

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

},
"typesPublisherContentHash": "c9b4db4b5b0d543d350aa4ec272ceb91c0943b3cbd51f2e4c30b76e01c893eb4",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "3dc76939f0b62fba20e289e056da66c4e494c53a1f1427a8b428073b5989af23",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Thu, 19 Nov 2020 19:07:50 GMT
* Last updated: Fri, 08 Jan 2021 04:47:07 GMT
* Dependencies: [@types/sonic-boom](https://npmjs.com/package/@types/sonic-boom), [@types/pino-std-serializers](https://npmjs.com/package/@types/pino-std-serializers), [@types/node](https://npmjs.com/package/@types/node)

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