Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.14 to 1.2.0

15

backend/src/controller/auth.js

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

// logined
this.ctx.success(this.ctx.user);
this.ctx.success({
user: this.ctx.user,
instance: this.ctx.instance,
});
} catch (e) {

@@ -26,3 +29,6 @@ // deleted,disabled

async check() {
this.ctx.success(this.ctx.user);
this.ctx.success({
user: this.ctx.user,
instance: this.ctx.instance,
});
}

@@ -33,3 +39,6 @@

await this.ctx.meta.user.loginAsAnonymous();
this.ctx.success(this.ctx.user);
this.ctx.success({
user: this.ctx.user,
instance: this.ctx.instance,
});
}

@@ -36,0 +45,0 @@

2

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