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

flex-plugins-utils-logger

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugins-utils-logger - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

1

dist/lib/logger.d.ts

@@ -12,3 +12,2 @@ import chalk from 'chalk';

private readonly options;
private bold;
constructor(options?: LoggerOptions);

@@ -15,0 +14,0 @@ debug: (...args: any[]) => void;

7

dist/lib/logger.js

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

var _this = this;
this.bold = chalk_1.default.bold;
this.debug = function () {

@@ -139,3 +138,3 @@ var args = [];

if ('isDebug' in _this.options) {
return _this.options.isDebug;
return _this.options.isDebug || false;
}

@@ -146,3 +145,3 @@ return flex_plugins_utils_env_1.default.isDebug();

if ('isTrace' in _this.options) {
return _this.options.isTrace;
return _this.options.isTrace || false;
}

@@ -153,3 +152,3 @@ return flex_plugins_utils_env_1.default.isTrace();

if ('isQuiet' in _this.options) {
return _this.options.isQuiet;
return _this.options.isQuiet || false;
}

@@ -156,0 +155,0 @@ return flex_plugins_utils_env_1.default.isQuiet();

{
"name": "flex-plugins-utils-logger",
"version": "0.11.0",
"version": "0.11.1",
"description": "Flex Plugins Logger",

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

"chalk": "^4.0.0",
"flex-plugins-utils-env": "^0.11.0",
"flex-plugins-utils-env": "^0.11.1",
"log-symbols": "^3.0.0",

@@ -57,3 +57,3 @@ "ora": "^4.0.4",

},
"gitHead": "8cb90c36c069a0fa1aea37308bff203ad4c5524d"
"gitHead": "3b2a4df8cb188de36a31f4a0c91636295e6ce1b8"
}

Sorry, the diff of this file is not supported yet

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