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

@aspecto/logger

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspecto/logger - npm Package Compare versions

Comparing version

to
0.0.14

13

dist/prod-logger.js

@@ -67,10 +67,15 @@ "use strict";

const productionLogger = (level, outputAs, message, extra) => {
var _a, _b;
var _a, _b, _c, _d;
if (level === types_1.LogLevel.Debug || level === types_1.LogLevel.Trace)
return;
let contextTraceId;
let contextSpanId;
let sampled;
try {
contextTraceId = (_b = (_a = getContext) === null || _a === void 0 ? void 0 : _a()) === null || _b === void 0 ? void 0 : _b.traceId;
const context = (_a = getContext) === null || _a === void 0 ? void 0 : _a();
contextTraceId = (_b = context) === null || _b === void 0 ? void 0 : _b.traceId;
contextSpanId = (_c = context) === null || _c === void 0 ? void 0 : _c.spanId;
sampled = (_d = context) === null || _d === void 0 ? void 0 : _d.sampled;
}
catch (_c) { }
catch (_e) { }
const log = {

@@ -81,2 +86,4 @@ level,

contextTraceId,
contextSpanId,
sampled,
};

@@ -83,0 +90,0 @@ if (extra instanceof Error) {

{
"name": "@aspecto/logger",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"devDependencies": {
"@aspecto/opentelemetry": "^0.0.92",
"@aspecto/opentelemetry": "^0.0.134",
"@aspecto/prettier-config": "^0.0.1",

@@ -24,0 +24,0 @@ "@types/jest": "^25.1.1",

Sorry, the diff of this file is not supported yet