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.2.10 to 1.2.11

9

backend/src/config/middleware/adapter/atom.js

@@ -198,2 +198,6 @@ const require3 = require('require3');

const atomClass = await ctx.meta.atomClass.getByAtomId({ atomId: key.atomId });
// write atom
await this._writeAtom({ key, item, validation, user });
// write item

@@ -213,2 +217,7 @@ const moduleInfo = mparse.parseInfo(atomClass.module);

// write atom again
await this._writeAtom({ key, item, validation, user });
}
async _writeAtom({ key, item, validation, user }) {
// write atom

@@ -215,0 +224,0 @@ if (item) {

2

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