node-red/packages/node_modules/@node-red/nodes
Markus Heidelberg 9b3e9ee4b7 Fix "connected to ..." log string in tcp in/out nodes using TLS
It was wrongly displayed as "status.connected"
instead of e.g. "connected to 127.0.0.1:6789"

Also remove the separator spaces from function invocation to be equal to
the invocation in non-TLS mode in the else path below.
2026-02-13 15:08:42 +01:00
..
core Fix "connected to ..." log string in tcp in/out nodes using TLS 2026-02-13 15:08:42 +01:00
examples Merge pull request #4854 from kazuhitoyokoi/master-fixexample 2024-09-17 13:49:05 +01:00
icons Add svg icons for nodes 2023-08-16 19:21:31 +09:00
locales i18n(NodeRed) update ES translation files to latest code base 2025-10-09 17:12:38 +02:00
.npmignore
99-sample.html.demo Change icon path from png to svg 2022-05-05 20:38:55 +09:00
99-sample.js.demo
LICENSE Update package readmes and licenses 2022-01-27 12:49:48 +00:00
README.md
index.js
package.json chore: bump tar to 7.5.7 2026-01-31 07:57:41 -06:00

README.md

@node-red/nodes

Node-RED core nodes module.

This provides all of the core Node-RED nodes.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.