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.2.2 to 8.3.0

3

lib/client.js

@@ -394,2 +394,5 @@ 'use strict'

}
if (params.options) {
data.options = params.options
}

@@ -396,0 +399,0 @@ return data

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

this.binary = val('binary', config)
this.options = val('options', config)

@@ -130,2 +131,3 @@ this.ssl = typeof config.ssl === 'undefined' ? readSSLConfigFromEnvironment() : config.ssl

add(params, this, 'connect_timeout')
add(params, this, 'options')

@@ -132,0 +134,0 @@ var ssl = typeof this.ssl === 'object' ? this.ssl : this.ssl ? { sslmode: this.ssl } : {}

@@ -56,2 +56,4 @@ 'use strict'

options: undefined,
parseInputDatesAsUTC: false,

@@ -58,0 +60,0 @@

7

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

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

"packet-reader": "1.0.0",
"pg-connection-string": "^2.2.3",
"pg-connection-string": "^2.3.0",
"pg-pool": "^3.2.1",

@@ -49,4 +49,3 @@ "pg-protocol": "^1.2.5",

"node": ">= 8.0.0"
},
"gitHead": "dec892ed015af8844f1aa6a9475832c88693b464"
}
}
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