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.4.2 to 7.4.3

2

lib/connection.js

@@ -97,3 +97,3 @@ 'use strict'

servername: host,
checkServerIdentity: self.ssl.checkServerIdentity,
checkServerIdentity: self.ssl.checkServerIdentity || tls.checkServerIdentity,
rejectUnauthorized: self.ssl.rejectUnauthorized,

@@ -100,0 +100,0 @@ ca: self.ssl.ca,

{
"name": "pg",
"version": "7.4.2",
"version": "7.4.3",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "pg",
"version": "7.4.2",
"version": "7.4.3",
"description": "PostgreSQL client - pure javascript & libpq with the same API",

@@ -5,0 +5,0 @@ "keywords": [

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