Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syntest/logging

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntest/logging - npm Package Compare versions

Comparing version 0.2.0-beta.1 to 0.2.0-beta.2

3

dist/lib/logger.js

@@ -22,2 +22,3 @@ "use strict";

const path = require("node:path");
const diagnostics_1 = require("@syntest/diagnostics");
const winston_1 = require("winston");

@@ -61,3 +62,3 @@ let singletonLogger;

if (singletonLogger === undefined) {
throw new Error("Should call setupLogger function before using getLogger function!");
throw new diagnostics_1.IllegalStateError("Should call setupLogger function before using getLogger function!");
}

@@ -64,0 +65,0 @@ return new SubLogger(context);

{
"name": "@syntest/logging",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "SynTest library for logging",

@@ -51,2 +51,3 @@ "keywords": [

"dependencies": {
"@syntest/diagnostics": "^0.1.0-beta.0",
"winston": "3.8.2",

@@ -61,3 +62,3 @@ "yargs": "^17.7.1"

},
"gitHead": "62fc32cd877d4f37e335e5e21027b0913d7bcb75"
"gitHead": "3f6b9612c030ffc79d5e79c5c1c126ca816a87a6"
}

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