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

@slonik/pg-driver

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slonik/pg-driver - npm Package Compare versions

Comparing version 45.5.0 to 45.6.0

2

dist/factories/createPgDriverFactory.js

@@ -64,2 +64,4 @@ "use strict";

port: connectionOptions.port,
// @ts-expect-error - https://github.com/brianc/node-postgres/pull/3214
queryMode: 'extended',
ssl: false,

@@ -66,0 +68,0 @@ user: connectionOptions.username,

16

package.json

@@ -19,10 +19,10 @@ {

"dependencies": {
"@slonik/driver": "^45.5.0",
"@slonik/errors": "^45.5.0",
"@slonik/sql-tag": "^45.5.0",
"@slonik/types": "^45.5.0",
"@slonik/utilities": "^45.5.0",
"pg-query-stream": "^4.5.5",
"@slonik/driver": "^45.6.0",
"@slonik/errors": "^45.6.0",
"@slonik/sql-tag": "^45.6.0",
"@slonik/types": "^45.6.0",
"@slonik/utilities": "^45.6.0",
"pg-query-stream": "^4.6.0",
"pg-types": "^4.0.2",
"pg": "^8.11.5",
"pg": "^8.12.0",
"postgres-array": "^3.0.2"

@@ -91,3 +91,3 @@ },

"types": "./dist/index.d.ts",
"version": "45.5.0"
"version": "45.6.0"
}

@@ -114,2 +114,4 @@ /* eslint-disable canonical/id-match */

port: connectionOptions.port,
// @ts-expect-error - https://github.com/brianc/node-postgres/pull/3214
queryMode: 'extended',
ssl: false,

@@ -116,0 +118,0 @@ user: connectionOptions.username,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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