Comparing version 0.0.15 to 0.0.16
{ | ||
"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() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updateddebug@^4.3.3
Updatedpg@^8.7.1
Updatedsecure-json-parse@^2.4.0