pino-postgres
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -37,3 +37,3 @@ #! /usr/bin/env node | ||
buffer.push({ [column]: content, time: parsed.time }) | ||
buffer.push({ [column]: content, time: parsed.time / 1000 }) | ||
if (buffer.length > this.opts.bufferSize) { | ||
@@ -40,0 +40,0 @@ flushBuffer(this.sql, this.opts) |
{ | ||
"name": "pino-postgres", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"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
7130