Socket
Socket
Sign inDemoInstall

pino-socket

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-socket - npm Package Compare versions

Comparing version 7.3.0 to 7.4.0

4

package.json
{
"name": "pino-socket",
"version": "7.3.0",
"version": "7.4.0",
"description": "A pino 'transport' for writing to a tcp, udp, or unix socket",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/pinojs/pino-socket",

"backoff": "^2.5.0",
"nopt": "^6.0.0",
"nopt": "^7.0.0",
"pump": "^3.0.0",

@@ -42,0 +42,0 @@ "split2": "^4.0.0",

@@ -5,4 +5,4 @@ #!/usr/bin/env node

const path = require('path')
const tcpConnectionFactory = require(path.join(__dirname, 'lib', 'TcpConnection'))
const udpConnectionFactory = require(path.join(__dirname, 'lib', 'UdpConnection'))
const tcpConnectionFactory = require('./lib/TcpConnection')
const udpConnectionFactory = require('./lib/UdpConnection')
const transport = require('./lib/pino-transport')

@@ -9,0 +9,0 @@ const split2 = require('split2')

Sorry, the diff of this file is not supported yet

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