Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
5
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 3.21.1 to 3.21.2

6

History.md
3.21.2 / 2018-05-08
==================
**fixes**
* [[`a671196`](http://github.com/eggjs/egg-core/commit/a671196d24d679dc3c15dc7d296657332667ead7)] - fix: convert symbol to string (#163) (Haoliang Gao <<sakura9515@gmail.com>>)
3.21.1 / 2018-05-08

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

4

lib/loader/egg_loader.js

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

const timingKey = `Load "${property}" to Application`;
const timingKey = `Load "${String(property)}" to Application`;
this.timing.start(timingKey);

@@ -400,3 +400,3 @@ new FileLoader(opt).load();

const timingKey = `Load "${property}" to Context`;
const timingKey = `Load "${String(property)}" to Context`;
this.timing.start(timingKey);

@@ -403,0 +403,0 @@ new ContextLoader(opt).load();

{
"name": "egg-core",
"version": "3.21.1",
"version": "3.21.2",
"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