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.3 to 1.0.4

7

index.js

@@ -9,5 +9,6 @@ 'use strict';

const tcp = net.connect({host: host, port: port}, function () {
tcp.write(msg);
tcp.end();
tcp.destroy();
tcp.write(msg, 'utf8', () => {
tcp.end();
tcp.destroy();
});
});

@@ -14,0 +15,0 @@

{
"name": "log4js-logstash-tcp",
"version": "1.0.3",
"version": "1.0.4",
"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