Socket
Socket
Sign inDemoInstall

egg-core

Package Overview
Dependencies
17
Maintainers
12
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.26.1 to 4.27.0

6

History.md
4.27.0 / 2022-10-14
==================
**features**
* [[`7750ebc`](http://github.com/eggjs/egg-core/commit/7750ebc283543fb5c2ca9b704e247f04c7ca1ec8)] - feat: dump plugin info when it implicit enable by dependents plugin (#248) (TZ | 天猪 <<atian25@qq.com>>)
4.26.1 / 2022-09-20

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

@@ -314,5 +314,11 @@ 'use strict';

allPlugins[name].enable = true;
allPlugins[name].implicitEnable = true;
}
});
for (const [ name, dependents ] of Object.entries(requireMap)) {
// note:`dependents` will not includes `optionalDependencies`
allPlugins[name].dependents = dependents;
}
// Following plugins will be enabled implicitly.

@@ -319,0 +325,0 @@ // - configclient required by [hsfclient]

2

package.json
{
"name": "egg-core",
"version": "4.26.1",
"version": "4.27.0",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc