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

koatty_logger

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_logger - npm Package Compare versions

Comparing version 1.2.8 to 1.2.10

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.2.10](https://github.com/thinkkoa/koatty_logger/compare/v1.2.8...v1.2.10) (2021-12-01)
### [1.2.8](https://github.com/thinkkoa/koatty_logger/compare/v1.2.6...v1.2.8) (2021-12-01)

@@ -7,0 +9,0 @@

7

dist/index.js

@@ -9,3 +9,3 @@ "use strict";

* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-12-01 20:28:00
* @LastEditTime: 2021-12-01 22:29:40
* @License: BSD (3-Clause)

@@ -82,7 +82,2 @@ * @Copyright (c) - <richenlin(at)gmail.com>

}
if (process.env.NODE_ENV === 'production') {
this.logConsole = false;
this.logFile = true;
this.logFileLevel = "INFO";
}
if (process.env.LOGS_WRITE) {

@@ -89,0 +84,0 @@ this.logFile = !!process.env.LOGS_WRITE;

{
"name": "koatty_logger",
"version": "1.2.8",
"version": "1.2.10",
"description": "Logger for koatty.",

@@ -5,0 +5,0 @@ "scripts": {

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