Socket
Socket
Sign inDemoInstall

@tsed/logger

Package Overview
Dependencies
4
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.0 to 6.6.0

2

lib/types/appenders/interfaces/AppenderConfiguration.d.ts

@@ -13,2 +13,2 @@ import { BasicLayoutConfiguration } from "../../layouts/interfaces/BasicLayoutConfiguration";

}
export declare type PartialAppenderConfiguration<Opts = any> = Partial<AppenderConfiguration<Opts>>;
export type PartialAppenderConfiguration<Opts = any> = Partial<AppenderConfiguration<Opts>>;
import { LogEvent } from "../../core/LogEvent";
export declare type TokenHandler = (loggingEvent: LogEvent) => string;
export type TokenHandler = (loggingEvent: LogEvent) => string;
export interface TokensHandlers {

@@ -4,0 +4,0 @@ [key: string]: any | TokenHandler;

{
"name": "@tsed/logger",
"version": "6.5.0",
"version": "6.6.0",
"description": "A multi channel logger written in TypeScript.",

@@ -42,5 +42,5 @@ "author": "Romain Lenzotti",

"devDependencies": {
"typescript": "4.7.4"
"typescript": "5.0.4"
},
"peerDependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc