Socket
Socket
Sign inDemoInstall

egg-logger

Package Overview
Dependencies
Maintainers
5
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.0.2 to 2.0.3

6

History.md
2.0.3 / 2018-11-19
==================
**others**
* [[`6941e1e`](http://github.com/eggjs/egg-logger/commit/6941e1eb0723c907031ea573b08b90e730a99b7c)] - deps: use circular-json-for-egg to remove deprecate message (#33) (Yiyu He <<dead_horse@qq.com>>)
2.0.2 / 2018-10-18

@@ -3,0 +9,0 @@ ==================

2

lib/utils.js

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

const levels = require('./level');
const circularJSON = require('circular-json');
const circularJSON = require('circular-json-for-egg');

@@ -12,0 +12,0 @@ const hostname = os.hostname();

{
"name": "egg-logger",
"version": "2.0.2",
"version": "2.0.3",
"description": "egg logger",

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

"chalk": "^2.4.1",
"circular-json": "0.5.5",
"circular-json-for-egg": "^1.0.0",
"debug": "^2.6.9",

@@ -11,0 +11,0 @@ "depd": "^1.1.2",

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