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.1 to 7.18.2

2

lib/client.js

@@ -548,3 +548,3 @@ 'use strict'

if (this.activeQuery) {
if (this.activeQuery || !this._queryable) {
// if we have an active query we need to force a disconnect

@@ -551,0 +551,0 @@ // on the socket - otherwise a hung query could block end forever

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

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

},
"gitHead": "b3f0728a1102772a5c6320c78c2533354d78a39b"
"gitHead": "29877530c6f7b5ebc0bf814e3a711b4b66e4d51a"
}

@@ -47,9 +47,19 @@ # node-postgres

### Sponsorship :star:
## Sponsorship :two_hearts:
[If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting](https://github.com/sponsors/brianc) its development.
node-postgres's continued development has been made possible in part by generous finanical support from [the community](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md) and these featured sponsors:
Also, you can view a historical list of all [previous and existing sponsors](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md).
<div align="center">
<a href="https://www.timescale.com" target="_blank">
<img height="80" src="https://node-postgres.com/timescale.svg" />
</a>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAQAAAB0m0auAAAADElEQVR42mNkIBIAAABSAAI2VLqiAAAAAElFTkSuQmCC" />
<a href="https://crate.io" target="_blank">
<img height="80" src="https://node-postgres.com/crate-io.png" />
</a>
</div>
If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable [please consider supporting](https://github.com/sponsors/brianc) its development.
## Contributing

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