Socket
Socket
Sign inDemoInstall

pg

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg - npm Package Compare versions

Comparing version 7.7.1 to 7.8.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ All major and minor releases are briefly explained below.

### 7.8.0
- Add support for passing [secureOptions](https://github.com/brianc/node-postgres/pull/1804) SSL config.
- Upgrade [pg-types](https://github.com/brianc/node-postgres/pull/1806) to 2.0.
### 7.7.0

@@ -9,0 +14,0 @@

1

lib/connection.js

@@ -104,2 +104,3 @@ 'use strict'

cert: self.ssl.cert,
secureOptions: self.ssl.secureOptions,
NPNProtocols: self.ssl.NPNProtocols

@@ -106,0 +107,0 @@ })

4

package.json
{
"name": "pg",
"version": "7.7.1",
"version": "7.8.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",

@@ -26,3 +26,3 @@ "keywords": [

"pg-pool": "^2.0.4",
"pg-types": "~1.12.1",
"pg-types": "~2.0.0",
"pgpass": "1.x",

@@ -29,0 +29,0 @@ "semver": "4.3.2"

@@ -20,1 +20,3 @@ node-postgres is made possible by the helpful contributors from the community well as the following generous supporters on [Patreon](https://www.patreon.com/node_postgres).

- Franklin Davenport
- [Eventbot](https://geteventbot.com/)
- Chuck T

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