Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-postgres

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-postgres - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

index.js

@@ -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",

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