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.0.5 to 1.1.0

3

lib/socket.js

@@ -148,2 +148,5 @@ const thinkInstance = require('think-instance');

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

@@ -150,0 +153,0 @@ sqlOptions.debounce = true;

2

package.json
{
"name": "think-model-postgresql",
"version": "1.0.5",
"version": "1.1.0",
"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