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.3 to 1.2.4

backend/src/config/middleware/jsonp.js

3

backend/src/config/config.js

@@ -20,2 +20,5 @@ // eslint-disable-next-line

},
jsonp: {
global: false,
},
};

@@ -22,0 +25,0 @@

const base = require('./middleware/base.js');
const auth = require('./middleware/auth.js');
const right = require('./middleware/right.js');
const jsonp = require('./middleware/jsonp.js');

@@ -9,2 +10,3 @@ module.exports = {

right,
jsonp,
};

2

package.json
{
"name": "egg-born-module-a-base-sync",
"version": "1.2.3",
"version": "1.2.4",
"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