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 1.1.1 to 1.1.2

2

lib/connection-parameters.js

@@ -64,3 +64,3 @@ var dns = require('dns');

}
params.push("options=--client_encoding='utf-8'");
params.push("client_encoding='utf-8'");
dns.lookup(this.host, function(err, address) {

@@ -67,0 +67,0 @@ if(err) return cb(err, null);

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

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

"dependencies": {
"generic-pool": "2.0.2",
"generic-pool": "2.0.3",
"buffer-writer": "1.0.0"

@@ -24,0 +24,0 @@ },

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