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.6 to 0.0.7

3

index.js

@@ -9,2 +9,3 @@ #! /usr/bin/env node

const { pipeline, Transform } = require('stream')
const packageJson = require('./package.json')

@@ -46,3 +47,3 @@ class PinoTransform extends Transform {

.name('pino-postgres')
.version('0.0.1')
.version(packageJson.version)
.option('--connection <connection>', 'postgres connection string')

@@ -49,0 +50,0 @@ .option('--table <name>', 'table name', 'logs')

{
"name": "pino-postgres",
"version": "0.0.6",
"version": "0.0.7",
"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