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

egg-sequelize-autotrx

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-sequelize-autotrx - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

11

app.js

@@ -1,13 +0,4 @@

const assert = require('assert')
module.exports = app => {
console.log('egg-sequelize-autotrx app.js')
/*const index = app.config.coreMiddleware.indexOf('sequelize')
// egg-sequelize is required
assert(index >= 0, 'sequelize plugin is required')
// put this plugin after egg-sequelize
app.config.coreMiddleware.splice(index + 1, 0, 'sequelizeAutotrx') */
app.config.coreMiddleware.push('transaction')
app.loggers.coreLogger.info(`[egg-sequelize-autotrx] app.js`)
}

2

package.json
{
"name": "egg-sequelize-autotrx",
"version": "0.0.16",
"version": "0.0.17",
"description": "Auto transaction based on cls-hooked for egg-sequelize plugin",

@@ -5,0 +5,0 @@ "eggPlugin": {

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