@types/pino
Advanced tools
Comparing version 6.3.4 to 6.3.5
@@ -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 |
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
41571