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 8.5.0 to 8.5.1

5

lib/connection-parameters.js

@@ -83,2 +83,7 @@ 'use strict'

if (typeof this.ssl === 'string') {
if (this.ssl === 'true') {
this.ssl = true
}
}
// support passing in ssl=no-verify via connection string

@@ -85,0 +90,0 @@ if (this.ssl === 'no-verify') {

4

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

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

},
"gitHead": "ec1dcab966ecb03080e75112f6d3623d1360b634"
"gitHead": "0b9bb349dcb10f6473737001062082b65efc74be"
}
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