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.15 to 0.0.16

18

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

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

"dependencies": {
"debug": "^4.3.1",
"pg": "^8.5.1",
"debug": "^4.3.3",
"pg": "^8.7.1",
"pg-format": "^1.0.4",
"secure-json-parse": "^2.3.0"
"secure-json-parse": "^2.4.0"
},
"devDependencies": {
"@types/pg": "^7.14.9",
"@types/pg": "^8.6.1",
"ava": "^3.15.0",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"coveralls": "^3.1.1",
"dotenv": "^10.0.0",
"nyc": "^15.1.0",
"standard": "^16.0.3",
"tsd": "^0.14.0"
"standard": "^16.0.4",
"tsd": "^0.19.0"
},

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

@@ -75,6 +75,6 @@ <h1 align="center">pg-notify</h1>

- `channel` (`string`)
- `listener` (`function`) accepting single argument `payload`
- `listener` (`function` accepting single argument `payload`)
### removeListener(listener)
- `listener` (`function`) accepting single argument `payload`
- `listener` (`function` accepting single argument `payload`)

@@ -81,0 +81,0 @@ ### close()

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