New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.0.17

16

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

@@ -32,4 +32,4 @@ "main": "index.js",

"dependencies": {
"debug": "^4.3.3",
"pg": "^8.7.1",
"debug": "^4.3.4",
"pg": "^8.7.3",
"pg-format": "^1.0.4",

@@ -39,10 +39,10 @@ "secure-json-parse": "^2.4.0"

"devDependencies": {
"@types/pg": "^8.6.1",
"ava": "^3.15.0",
"@types/pg": "^8.6.5",
"ava": "^4.2.0",
"benchmark": "^2.1.4",
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"dotenv": "^16.0.0",
"nyc": "^15.1.0",
"standard": "^16.0.4",
"tsd": "^0.19.0"
"standard": "^17.0.0",
"tsd": "^0.20.0"
},

@@ -49,0 +49,0 @@ "tsd": {

@@ -66,3 +66,3 @@ <h1 align="center">pg-notify</h1>

- `options` (`object`) Configuration options for pg-notify pubsub instance. Accepts same options as [pg](https://github.com/brianc/node-postgres) with few custom ones described below.
- reconnectMaxRetries (`number`) Maximum number of reconnect attempts after losing connection. Default: `10`.
- reconnectMaxRetries (`number`) Maximum number of reconnect attempts after losing connection. Pass `0` to disable reconnecting. Default: `10`.
- maxPayloadSize (`number`) Maximum payload size, exceeding given size will throw an error. Default: `7999` ([In the default configuration it must be shorter than 8000 bytes.](https://www.postgresql.org/docs/current/sql-notify.html)).

@@ -69,0 +69,0 @@