Socket
Socket
Sign inDemoInstall

@tsed/logger

Package Overview
Dependencies
13
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.9.0 to 5.10.0

1

lib/core/LogEvent.d.ts

@@ -26,2 +26,3 @@ /**

get data(): any[];
set data(data: any[]);
get context(): Map<string, any>;

@@ -28,0 +29,0 @@ get cluster(): any;

@@ -35,2 +35,5 @@ "use strict";

}
set data(data) {
this._data = data;
}
get context() {

@@ -37,0 +40,0 @@ return this._context;

2

package.json
{
"name": "@tsed/logger",
"version": "5.9.0",
"version": "5.10.0",
"description": "A multi channel logger written in TypeScript.",

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

Sorry, the diff of this file is not supported yet

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