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.3.2 to 8.3.3

2

lib/client.js

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

} else {
pgPass(this.connectionParameters, function (pass) {
pgPass(this.connectionParameters, (pass) => {
if (undefined !== pass) {

@@ -221,0 +221,0 @@ this.connectionParameters.password = this.password = pass

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

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

},
"gitHead": "acfbafac82641ef909d9d6235d46d38378c67864"
"gitHead": "95b5daadaade40ea343c0d3ad09ab230fa2ade4c"
}
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