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

ts-composite-logger

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-composite-logger - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

index.ts

@@ -7,3 +7,2 @@ import LogCode from "./constants/LogCode";

import {ILoggerPayload} from "./interfaces/ILoggerPayload";
import {Console} from "./Console";
import {LogWeight} from "./constants/LogWeight";

@@ -17,3 +16,3 @@

this.level = LogLevel.DEBUG;
this.channels = [new Console()];
this.channels = [];
}

@@ -20,0 +19,0 @@

{
"name": "ts-composite-logger",
"version": "1.0.5",
"version": "1.0.6",
"description": "Logger written in typescript. Includes a console channel by default. Allows to add other log channels by extending ILogChannel interface.",

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

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