Socket
Socket
Sign inDemoInstall

egg-born-module-a-base-sync

Package Overview
Dependencies
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-born-module-a-base-sync - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

10

backend/src/config/middleware/adapter/base.js

@@ -22,2 +22,12 @@ const _modulesLocales = {};

get host() {
const config = ctx.config.module(moduleInfo.relativeName);
return config.host || ctx.host;
}
get protocol() {
const config = ctx.config.module(moduleInfo.relativeName);
return config.protocol || ctx.protocol;
}
modules() {

@@ -24,0 +34,0 @@ if (!_modulesLocales[ctx.locale]) {

2

package.json
{
"name": "egg-born-module-a-base-sync",
"version": "1.2.12",
"version": "1.2.13",
"title": "Base",

@@ -5,0 +5,0 @@ "eggBornModule": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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