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.2 to 1.2.3

13

backend/src/controller/auth.js

@@ -19,3 +19,3 @@ module.exports = app => {

user: this.ctx.user,
instance: this.ctx.instance,
instance: this.getInstance(),
});

@@ -31,3 +31,3 @@ } catch (e) {

user: this.ctx.user,
instance: this.ctx.instance,
instance: this.getInstance(),
});

@@ -41,3 +41,3 @@ }

user: this.ctx.user,
instance: this.ctx.instance,
instance: this.getInstance(),
});

@@ -64,2 +64,9 @@ }

getInstance() {
return {
name: this.ctx.instance.name,
title: this.ctx.instance.title,
};
}
}

@@ -66,0 +73,0 @@

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