Socket
Socket
Sign inDemoInstall

log4js-logstash-tcp

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log4js-logstash-tcp - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

classes/TcpConnectionPool.js

@@ -21,2 +21,3 @@ "use strict";

this.connection.setTimeout(5000);
this.connection.on("timeout", () => {self.destroy()});

@@ -23,0 +24,0 @@ this.connection.on("close", () => {self.destroy()});

2

package.json
{
"name": "log4js-logstash-tcp",
"version": "1.0.5",
"version": "1.0.6",
"author": "Aigent B.V.",

@@ -5,0 +5,0 @@ "description": "This is a copy of the logstashUDP appender but instead sending via UDP send via TCP to avoid the maximum 64k bytes message size with the logstashUDP appender.",

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