🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@eggjs/core

Package Overview
Dependencies
Maintainers
8
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/core - npm Package Compare versions

Comparing version
7.0.2-beta.2
to
7.0.2-beta.3
+1
-4
dist/loader/egg_loader.js

@@ -391,7 +391,4 @@ import utils_default from "../utils/index.js";

}
if (!eggPluginConfig) return;
const logger = this.options.logger;
if (!eggPluginConfig) {
logger.warn("[@eggjs/core/egg_loader] pkg.eggPlugin is missing in %s, plugin: %j", pluginPackage, plugin);
return;
}
if (eggPluginConfig.name && eggPluginConfig.strict !== false && eggPluginConfig.name !== plugin.name) logger.warn(`[@eggjs/core/egg_loader] pluginName(${plugin.name}) is different from pluginConfigName(${eggPluginConfig.name})`);

@@ -398,0 +395,0 @@ depCompatible(eggPluginConfig);

+9
-9
{
"name": "@eggjs/core",
"version": "7.0.2-beta.2",
"version": "7.0.2-beta.3",
"description": "A core plugin framework based on @eggjs/koa",

@@ -44,7 +44,7 @@ "keywords": [

"utility": "^2.5.0",
"@eggjs/koa": "3.1.2-beta.2",
"@eggjs/extend2": "5.0.2-beta.2",
"@eggjs/router": "4.0.2-beta.2",
"@eggjs/path-matching": "3.0.2-beta.2",
"@eggjs/utils": "5.0.2-beta.2"
"@eggjs/koa": "3.1.2-beta.3",
"@eggjs/extend2": "5.0.2-beta.3",
"@eggjs/router": "4.0.2-beta.3",
"@eggjs/path-matching": "3.0.2-beta.3",
"@eggjs/utils": "5.0.2-beta.3"
},

@@ -61,5 +61,5 @@ "devDependencies": {

"urllib": "^4.8.2",
"@eggjs/mock": "7.0.2-beta.2",
"@eggjs/supertest": "9.0.2-beta.2",
"@eggjs/tsconfig": "3.1.2-beta.2"
"@eggjs/mock": "7.0.2-beta.3",
"@eggjs/supertest": "9.0.2-beta.3",
"@eggjs/tsconfig": "3.1.2-beta.3"
},

@@ -66,0 +66,0 @@ "engines": {