pino-std-serializers
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -28,2 +28,6 @@ // Type definitions for pino-std-serializers 2.4 | ||
/** | ||
* `cause` is never included in the log output, if you need the `cause`, use {@link raw.cause} | ||
*/ | ||
cause?: never; | ||
/** | ||
* Any other extra properties that have been attached to the object will also be present on the serialized object. | ||
@@ -30,0 +34,0 @@ */ |
{ | ||
"name": "pino-std-serializers", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "A collection of standard object serializers for Pino", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
52038
1364