Socket
Socket
Sign inDemoInstall

@mmit/logging

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.12 to 0.1.13

2

package.json
{
"name": "@mmit/logging",
"author": "Mike Mitterer",
"version": "0.1.12",
"version": "0.1.13",
"description": "Minimal Logging framework",

@@ -6,0 +6,0 @@ "type": "module",

@@ -9,15 +9,2 @@ import { LoggerFactory } from '../main/logging/LoggerFactory';

// /**
// * Start wird manuell durchgeführt - sonst kommt es immer wieder
// * zu Problemen bei async-Calls!
// *
// * Weitere Infos:
// * https://api.qunitjs.com/config/QUnit.config
// *
// * # Führt die Tests auf der cmdline mit puppeteer aus
// * yarn test:e2e -
// */
// @ts-ignore
// window.QUnit = { config: { autostart: false /* noglobals: true */ } };
// Retrieve a logger (you can decide to use it per class and/or module or just

@@ -24,0 +11,0 @@ // export it in the config above etc. Your loggers - your choice!).

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc