@types/pino
Advanced tools
Comparing version 6.3.3 to 6.3.4
@@ -603,11 +603,6 @@ // Type definitions for pino 6.3 | ||
interface LogDescriptor { | ||
pid: number; | ||
hostname: string; | ||
level: number; | ||
time: string; | ||
msg: string; | ||
v: number; | ||
[key: string]: any; | ||
} | ||
/** | ||
* Describes a log line. | ||
*/ | ||
type LogDescriptor = Record<string, any>; // TODO replace `any` with `unknown` when TypeScript version >= 3.0 | ||
@@ -614,0 +609,0 @@ interface Bindings { |
{ | ||
"name": "@types/pino", | ||
"version": "6.3.3", | ||
"version": "6.3.4", | ||
"description": "TypeScript definitions for pino", | ||
@@ -81,4 +81,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "980107f7ee811948bcf39d28adf76a5cf8c443783d9c4769de2a16f5abc77080", | ||
"typesPublisherContentHash": "c9b4db4b5b0d543d350aa4ec272ceb91c0943b3cbd51f2e4c30b76e01c893eb4", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 20 Oct 2020 10:55:22 GMT | ||
* Last updated: Thu, 19 Nov 2020 19:07:50 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
41521
784