pino-postgres
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -55,3 +55,5 @@ #! /usr/bin/env node | ||
const opts = program.parse(process.argv).opts() | ||
const postgresOpts = {} | ||
const postgresOpts = { | ||
max: 1 | ||
} | ||
if (opts.ssl) { | ||
@@ -58,0 +60,0 @@ postgresOpts.ssl = { rejectUnauthorized: false } |
{ | ||
"name": "pino-postgres", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Pino transport for Postgres", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4500
77