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.1.2-beta.1 to 0.2.0-beta.0

3

dist/lib/Configuration.d.ts
import Yargs = require("yargs");
export type LoggingOptions = {
logDirectory: string;
consoleLogLevel: string;
fileLogLevel: string[];

@@ -14,4 +13,2 @@ };

} & {
"console-log-level": string;
} & {
"file-log-level": string[] | (string | number)[];

@@ -18,0 +15,0 @@ }>;

@@ -21,19 +21,2 @@ "use strict";

})
.options("console-log-level", {
alias: [],
choices: [
"silent",
"debug",
"error",
"warn",
"info",
"verbose",
"silly",
],
default: "error",
description: "Log level of the tool",
group: OptionGroups.Logging,
hidden: false,
type: "string",
})
.options("file-log-level", {

@@ -40,0 +23,0 @@ alias: [],

4

package.json
{
"name": "@syntest/logging",
"version": "0.1.2-beta.1",
"version": "0.2.0-beta.0",
"description": "SynTest library for logging",

@@ -60,3 +60,3 @@ "keywords": [

},
"gitHead": "fde9b03d42f12281adcc328da801449c10b3bed7"
"gitHead": "dd7d752f1c013624d0d040f3c9156128136915db"
}

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