Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.7 to 0.0.8

.github/workflows/npmpublish.yml

6

dist/prod-logger.js

@@ -55,5 +55,5 @@ "use strict";

return;
let traceId;
let contextTraceId;
try {
traceId = (_d = (_c = (_b = (_a = api_1.trace) === null || _a === void 0 ? void 0 : _a.getTracer(metadata.appName)) === null || _b === void 0 ? void 0 : _b.getCurrentSpan()) === null || _c === void 0 ? void 0 : _c.context()) === null || _d === void 0 ? void 0 : _d.traceId;
contextTraceId = (_d = (_c = (_b = (_a = api_1.trace) === null || _a === void 0 ? void 0 : _a.getTracer(metadata.appName)) === null || _b === void 0 ? void 0 : _b.getCurrentSpan()) === null || _c === void 0 ? void 0 : _c.context()) === null || _d === void 0 ? void 0 : _d.traceId;
}

@@ -65,3 +65,3 @@ catch (_e) { }

metadata,
traceId
contextTraceId
};

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

{
"name": "@aspecto/logger",
"version": "0.0.7",
"version": "0.0.8",
"description": "",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc