Socket
Socket
Sign inDemoInstall

@contrast/logger

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/logger - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0

3

lib/index.js

@@ -48,5 +48,7 @@ "use strict";

const path_1 = __importDefault(require("path"));
const os_1 = require("os");
const pino_1 = __importDefault(require("pino"));
const serializers = __importStar(require("./serializers"));
const utils_1 = require("./utils");
const node_worker_threads_1 = require("node:worker_threads");
exports.kChildren = Symbol('contrast.logger.children');

@@ -95,2 +97,3 @@ exports.kTransports = Symbol('contrast.logger.transports');

level: config.level,
base: { tid: node_worker_threads_1.threadId, pid: process.pid, hostname: (0, os_1.hostname)() },
transport: {

@@ -97,0 +100,0 @@ targets,

2

package.json
{
"name": "@contrast/logger",
"version": "1.7.2",
"version": "1.8.0",
"description": "Centralized logging for Contrast agent services",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

Sorry, the diff of this file is not supported yet

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