Socket
Socket
Sign inDemoInstall

think-model-abstract

Package Overview
Dependencies
58
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

5

lib/query.js

@@ -197,4 +197,7 @@ const helper = require('think-helper');

transaction(fn, connection) {
return this.socket().transaction(fn, connection);
return this.socket().transaction(connection => {
this.connection = connection;
return fn(connection);
}, connection);
}
};

2

package.json
{
"name": "think-model-abstract",
"version": "1.0.7",
"version": "1.0.8",
"description": "Abstract adapter for ThinkJS 3.x",

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

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