Comparing version 7.18.0 to 7.18.1
@@ -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 @@ }) |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92704
2682