You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pg-connection-string

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-connection-string - npm Package Versions

13

2.6.2

Diff
b
brianc
published 2.6.2 •
b
brianc
published 2.6.1 •
b
brianc
published 2.6.0 •

Changelog

Source

v2.6.0

  • Respect PGSSLMODE environment variable
b
brianc
published 2.5.0 •

Changelog

Source

v2.5.0

  • Ability to opt-in to int8 parsing via pg.defaults.parseInt8 = true
b
brianc
published 2.4.0 •

Changelog

Source

v2.4.0

  • Use eval in the result set parser to increase performance
b
brianc
published 2.3.0 •

Changelog

Source

v2.3.0

  • Remove built-in support for binary Int64 parsing. Due to the low usage & required compiled dependency this will be pushed into a 3rd party add-on
b
brianc
published 2.2.3 •
b
brianc
published 2.2.2 •
b
brianc
published 2.2.1 •
h
hjr3
published 2.2.0 •

Changelog

Source

pg-cursor@2.2.0

  • Switch internal protocol parser & serializer to pg-protocol. The change is backwards compatible but results in a significant performance improvement across the board, with some queries as much as 50% faster.