n8n/packages/@n8n/syslog-client
n8n-assistant[bot] d222a6a7ce
🚀 Release 2.4.0 (#24178)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-01-12 13:37:10 +00:00
..
src feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
test feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
eslint.config.mjs feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
jest.config.js feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
package.json 🚀 Release 2.4.0 (#24178) 2026-01-12 13:37:10 +00:00
README.md feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
tsconfig.build.json feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00
tsconfig.json feat(core): Add TLS support to Syslog client (#23304) 2026-01-06 21:15:02 +01:00

This client is based upon the great work done in this project: https://github.com/paulgrove/node-syslog-client/tree/master

It was partially built with Claude Code. However, many of the tests were verified and / or added manually.