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

pg-notify

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-notify - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

lib/pg-notify.js

@@ -195,2 +195,3 @@ 'use strict'

this.channels = {}
this.queue = []
if (this.client) {

@@ -278,3 +279,5 @@ return this.client.end()

debug('[_insertMessageInQueue] message.retries', message._retries)
this.queue.push(message)
if (this.state !== states.closing) {
this.queue.push(message)
}
}

@@ -281,0 +284,0 @@

3

package.json
{
"name": "pg-notify",
"version": "0.0.8",
"version": "0.0.9",
"description": "Postgres pubsub client",

@@ -9,2 +9,3 @@ "main": "index.js",

"test:types": "tsd",
"test:all": "npm run lint && npm run test && npm run test:types",
"lint": "standard",

@@ -11,0 +12,0 @@ "coverage": "nyc ava --serial"

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