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 6.4.0 to 6.4.1

3

lib/utils.js

@@ -36,2 +36,5 @@ /**

}
else if(val[i] instanceof Buffer) {
result += '\\\\x' + val[i].toString('hex');
}
else

@@ -38,0 +41,0 @@ {

4

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

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

"pg-types": "1.*",
"pgpass": "1.x",
"pgpass": "1.*",
"semver": "4.3.2"

@@ -29,0 +29,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