Socket
Socket
Sign inDemoInstall

pino-socket

Package Overview
Dependencies
Maintainers
1
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 1.0.0 to 1.0.1

18

package.json
{
"name": "pino-socket",
"version": "1.0.0",
"version": "1.0.1",
"description": "A pino 'transport' for writing to a tcp or udp socket",
"homepage": "https://github.com/jsumners/pino-socket",
"bugs": "https://github.com/jsumners/pino-socket/issues",
"homepage": "https://github.com/pinojs/pino-socket",
"bugs": "https://github.com/pinojs/pino-socket/issues",
"main": "psock.js",

@@ -22,3 +22,3 @@ "scripts": {

"type": "git",
"url": "https://github.com/jsumners/pino-socket"
"url": "https://github.com/pinojs/pino-socket"
},

@@ -29,8 +29,8 @@ "devDependencies": {

"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.2.2",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-standard": "^8.0.2",
"istanbul": "^0.4.3",
"mocha": "^3.0.2",
"pino": "^2.8.3",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"pino": "^3.0.5",
"pre-commit": "^1.1.3"

@@ -43,4 +43,4 @@ },

"split2": "^2.0.1",
"through2": "^2.0.1"
"through2": "^2.0.3"
}
}
# pino-socket
**Lead maintainer:** [jsumners](https://github.com/jsumners)
This module provides a "transport" for [pino][pino] that simply forwards

@@ -4,0 +6,0 @@ messages to an arbitrary socket. The socket can be UDPv4 or TCPv4. The module

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