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.14 to 4.8.15

11

backend/src/bean/version/update19.js

@@ -88,6 +88,15 @@ module.exports = function (ctx) {

if (child.categoryName.indexOf(':') === -1) {
await ctx.bean.category.delete({ categoryId: child.id });
await this._deleteCategory(child);
}
}
}
async _deleteCategory(category) {
try {
await ctx.bean.category.delete({ categoryId: category.id });
} catch (err) {
// donot throw error
ctx.logger.info(`categoryId: ${category.id}, categoryName: ${category.categoryName}`);
}
}
}

@@ -94,0 +103,0 @@

2

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