Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
13
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-core - npm Package Compare versions

Comparing version 4.19.0 to 4.19.1

6

History.md
4.19.1 / 2020-09-15
==================
**fixes**
* [[`19a60de`](http://github.com/eggjs/egg-core/commit/19a60dec40279166968eae7a72a721eebe400141)] - fix: should end some timings (#226) (TZ | 天猪 <<atian25@qq.com>>)
4.19.0 / 2020-09-11

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

2

lib/utils/timing.js

@@ -21,2 +21,3 @@ 'use strict';

this.start('Process Start', Date.now() - Math.floor((process.uptime() * 1000)));
this.end('Process Start');

@@ -26,2 +27,3 @@ if (typeof process.scriptStartTime === 'number') {

this.start('Script Start', process.scriptStartTime);
this.end('Script Start');
}

@@ -28,0 +30,0 @@ }

2

package.json
{
"name": "egg-core",
"version": "4.19.0",
"version": "4.19.1",
"description": "A core Pluggable framework based on koa",

@@ -5,0 +5,0 @@ "main": "index.js",

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