Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ubio/logger

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ubio/logger - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+6
-5
index.d.ts

@@ -12,7 +12,8 @@ declare function ubioLogger(options: ubioLogger.LoggerOptions): ubioLogger.Logger

export interface Logger {
debug(message: string, details?: object): void,
info(message: string, details?: object): void,
warning(message: string, details?: object): void,
error(message: string, details?: object): void,
alert(message: string, details?: object): void
metric(message: string, details?: object): void;
debug(message: string, details?: object): void;
info(message: string, details?: object): void;
warning(message: string, details?: object): void;
error(message: string, details?: object): void;
alert(message: string, details?: object): void;
}

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

{
"name": "@ubio/logger",
"version": "1.4.0",
"version": "1.4.1",
"description": "Logger component for UB",

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