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

btrz-logger

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.2.0

2

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

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

@@ -8,3 +8,3 @@ "use strict";

constructor(options) {
options.levels = {debug: 0, info: 1, error: 2, fatal: 3};
options.levels = {access: 0, debug: 1, info: 2, error: 3, fatal: 4};
this.logger = logentries.logger(options);

@@ -11,0 +11,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