🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/stl-telemetry

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/stl-telemetry - npm Package Compare versions

Comparing version
0.26.1
to
0.26.2
+7
-7
lib/logging/loggers.js

@@ -123,3 +123,3 @@ import * as otel from '@opentelemetry/api';

return destination({
fd: typeof dst != 'string' ? dst ?? DEFAULT_FD : undefined,
fd: typeof dst != 'string' ? (dst ?? DEFAULT_FD) : undefined,
dest: typeof dst == 'string' ? dst : undefined,

@@ -161,8 +161,8 @@ sync: running.inTest(),

}
trace() { } // eslint-disable-line @typescript-eslint/no-empty-function
debug() { } // eslint-disable-line @typescript-eslint/no-empty-function
info() { } // eslint-disable-line @typescript-eslint/no-empty-function
warn() { } // eslint-disable-line @typescript-eslint/no-empty-function
error() { } // eslint-disable-line @typescript-eslint/no-empty-function
fatal() { } // eslint-disable-line @typescript-eslint/no-empty-function
trace() { }
debug() { }
info() { }
warn() { }
error() { }
fatal() { }
}

@@ -169,0 +169,0 @@ export function recordingDestination(args) {

{
"name": "@opvious/stl-telemetry",
"version": "0.26.1",
"version": "0.26.2",
"repository": "github:opvious/stl.ts",

@@ -21,4 +21,4 @@ "description": "Standard telemetry library",

"pino-std-serializers": "^7.0.0",
"@opvious/stl-errors": "0.26.1",
"@opvious/stl-utils": "0.26.1"
"@opvious/stl-errors": "0.26.2",
"@opvious/stl-utils": "0.26.2"
},

@@ -25,0 +25,0 @@ "peerDependencies": {