New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fonoster/logger

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fonoster/logger - npm Package Compare versions

Comparing version

to
0.2.39

4

dist/logger.d.ts
import winston from "winston";
export declare enum ULogType {
APP = "application",
APP = "app",
CALL = "call",

@@ -9,3 +9,3 @@ SIP = "sip"

accessKeyId: string;
type: ULogType;
eventType: ULogType;
level: "info" | "error" | "verbose" | "warn";

@@ -12,0 +12,0 @@ message: string;

@@ -29,3 +29,3 @@ "use strict";

(function (ULogType) {
ULogType["APP"] = "application";
ULogType["APP"] = "app";
ULogType["CALL"] = "call";

@@ -60,3 +60,3 @@ ULogType["SIP"] = "sip";

const ulogger = (log) => logger[log.level](log.message, {
type: log.type,
eventType: log.eventType,
body: log.body,

@@ -63,0 +63,0 @@ accessKeyId: log.accessKeyId

{
"name": "@fonoster/logger",
"version": "0.2.38",
"version": "0.2.39",
"description": "Logger module",

@@ -38,3 +38,3 @@ "author": "Pedro Sanders <psanders@fonoster.com>",

},
"gitHead": "caac120bc3fdc67c7d6a828a69de47102d2e2c8d"
"gitHead": "c94103118a39359140505914befccf39a950e271"
}