New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

btrz-logger

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-logger - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

2

package.json
{
"name": "btrz-logger",
"version": "2.8.0",
"version": "2.9.0",
"description": "A multi-transport logger",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -66,2 +66,10 @@ "use strict";

class Logger {
static LogLevel() {
return {
DEBUG: "debug",
INFO: "info",
ERROR: "error",
FATAL: "fatal"
}
}
constructor(options) {

@@ -68,0 +76,0 @@ this.options = options;

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