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

@seek/logger

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seek/logger - npm Package Compare versions

Comparing version 4.4.3 to 4.4.4

5

package.json

@@ -41,2 +41,5 @@ {

},
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -59,3 +62,3 @@ "format": "skuba format",

"types": "./lib-types/index.d.ts",
"version": "4.4.3"
"version": "4.4.4"
}

@@ -61,3 +61,2 @@ # @seek/logger

- All log structures deeper than 4 levels will be omitted from output.
- Configure using the the `maxObjectDepth` `LoggerOption`.
- All log structures (objects/arrays) with size bigger/longer than 64 will be trimmed.

@@ -72,2 +71,6 @@ - All strings that are longer than 512 will be trimmed.

Note: You could configure the depth of the logs using the `loggerOptions.maxObjectDepth`, however we strongly do not recommend
logging deeper than 4 levels (default setting) as it might cause performance issues for your app as well costs implications.
Consider flattening the log structure and make it as meaningful as possible instead.
## Pino

@@ -74,0 +77,0 @@

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