Socket
Socket
Sign inDemoInstall

egg-born-module-a-base-sync

Package Overview
Dependencies
87
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.16 to 4.8.17

2

backend/src/bean/bean.role/bean.role_base.js

@@ -380,3 +380,3 @@ const require3 = require('require3');

let roleIdParent;
if (role.roleIdParent === 'system') {
if (role.roleIdParent === '__system__') {
roleIdParent = 0;

@@ -383,0 +383,0 @@ } else {

@@ -8,3 +8,3 @@ // roles

sorting: 0,
roleIdParent: 'system',
roleIdParent: '__system__',
},

@@ -11,0 +11,0 @@ anonymous: {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc