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

pg-pubsub

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-pubsub - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

9

CHANGELOG.md
# Changelog
## 0.6.1 (2021-02-16)
* **Bug fix:** Fix for error handling on `db.end()` by merging [#90](https://github.com/voxpelli/node-pg-pubsub/pull/90). Thanks @chasay!
## 0.6.0 (2021-02-16)

@@ -10,2 +14,7 @@

## 0.5.1-0 (2020-01-15)
* **Breaking change:** Require at least Postgres 9.4
* **Fix:** Add proactive connection closing, fixing [#82](https://github.com/voxpelli/node-pg-pubsub/issues/82).
## 0.5.0 (2019-08-10)

@@ -12,0 +21,0 @@

2

lib/client.js

@@ -52,3 +52,3 @@ // @ts-check

client.end(err => {
log('Received error when disconnecting from database in error callback:' + err.message);
log('Received error when disconnecting from database in error callback: ' + (err && err.message));
});

@@ -55,0 +55,0 @@ });

{
"name": "pg-pubsub",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Publish/Subscribe implementation on top of PostgreSQL NOTIFY/LISTEN",

@@ -75,3 +75,3 @@ "homepage": "http://github.com/voxpelli/node-pg-pubsub",

"dependency-check": "^4.1.0",
"dotenv": "^8.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",

@@ -78,0 +78,0 @@ "eslint-config-standard": "^16.0.2",

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