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

think-model-postgresql

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

think-model-postgresql - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

lib/socket.js

@@ -148,7 +148,8 @@ const thinkInstance = require('think-instance');

}
if (this.config.debounce !== undefined) {
sqlOptions.debounce = this.config.debounce;
}
if (sqlOptions.debounce === undefined) {
sqlOptions.debounce = true;
if (this.config.debounce !== undefined) {
sqlOptions.debounce = this.config.debounce;
} else {
sqlOptions.debounce = true;
}
}

@@ -155,0 +156,0 @@ const startTime = Date.now();

{
"name": "think-model-postgresql",
"version": "1.1.0",
"version": "1.1.1",
"description": "PostgreSQL adapter for ThinkJS 3.x",

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

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