Socket
Socket
Sign inDemoInstall

egg-logger

Package Overview
Dependencies
6
Maintainers
12
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.2.0

4

index.d.ts

@@ -35,5 +35,7 @@ import { AsyncLocalStorage } from 'async_hooks';

export class Logger<T extends LoggerOptions = LoggerOptions> extends Map<string, Transport> {
export class Logger<T extends LoggerOptions = EggLoggerOptions> extends Map<string, Transport> {
constructor(options: T);
options: T;
/**

@@ -40,0 +42,0 @@ * disable a transport

{
"name": "egg-logger",
"version": "3.1.1",
"version": "3.2.0",
"description": "egg logger",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc