New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/postgres-driver

Package Overview
Dependencies
Maintainers
1
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/postgres-driver - npm Package Compare versions

Comparing version 0.0.9 to 0.0.13

4

driver/PostgresDriver.js

@@ -43,2 +43,6 @@ const BaseDriver = require('@cubejs-backend/query-orchestrator/driver/BaseDriver');

release() {
return this.pool.end();
}
param(paramIndex) {

@@ -45,0 +49,0 @@ return '$' + (paramIndex + 1);

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.0.9",
"version": "0.0.13",
"engines": {

@@ -8,0 +8,0 @@ "node": ">=8.11.1"

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