Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pg

Package Overview
Dependencies
Maintainers
1
Versions
225
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.18.0 to 7.18.1

10

lib/connection.js

@@ -118,13 +118,3 @@ 'use strict'

self.stream.on('error', reportStreamError)
// send SSLRequest packet
const buff = Buffer.alloc(8)
buff.writeUInt32BE(8)
buff.writeUInt32BE(80877103, 4)
if (self.stream.writable) {
self.stream.write(buff)
}
self.attachListeners(self.stream)
self.emit('sslconnect')

@@ -131,0 +121,0 @@ })

4

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

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

},
"gitHead": "d9fcda8cf7a3519bde4799039aef94daec3fbef6"
"gitHead": "b3f0728a1102772a5c6320c78c2533354d78a39b"
}
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