Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
Maintainers
12
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.26.0 to 4.26.1

6

History.md
4.26.1 / 2022-09-20
==================
**fixes**
* [[`0c571d8`](http://github.com/eggjs/egg-core/commit/0c571d81ef9b000da67918caafa2800c64be4987)] - fix: appInfo.scope no value (#247) (一剑 <<answord@163.com>>)
4.26.0 / 2022-09-07

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

12

lib/loader/egg_loader.js

@@ -84,8 +84,2 @@ 'use strict';

/**
* @member {AppInfo} EggLoader#appInfo
* @since 1.0.0
*/
this.appInfo = this.getAppInfo();
/**
* @member {String} EggLoader#serverScope

@@ -97,2 +91,8 @@ * @see AppInfo#serverScope

: this.getServerScope();
/**
* @member {AppInfo} EggLoader#appInfo
* @since 1.0.0
*/
this.appInfo = this.getAppInfo();
}

@@ -99,0 +99,0 @@

{
"name": "egg-core",
"version": "4.26.0",
"version": "4.26.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