Socket
Socket
Sign inDemoInstall

egg-logger

Package Overview
Dependencies
Maintainers
11
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-logger - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

2

lib/transports/file.js

@@ -55,2 +55,4 @@ 'use strict';

if (!this.writable) {
// ignore error on unittest env
if (process.env.NODE_ENV === 'test') return;
const err = new Error(`${this.options.file} log stream had been closed`);

@@ -57,0 +59,0 @@ console.error(err.stack);

4

package.json
{
"name": "egg-logger",
"version": "2.9.0",
"version": "2.9.1",
"description": "egg logger",

@@ -66,3 +66,3 @@ "main": "index.js",

"os": {
"github": "linux, macos"
"github": "linux"
}

@@ -69,0 +69,0 @@ },

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