Files
node-red/packages/node_modules/@node-red/nodes
ZJ van de Weg 1eb6056843 Fix inject node validation to support binary and hexadecimal numbers
The inject node was using a restrictive regex that only accepted decimal
numbers, while the switch node properly supported binary (0b) and
hexadecimal (0x) formats. This inconsistency caused the inject node to
show validation errors for valid number formats.

Updated the inject node to use the same validateTypedProperty utility
function as the switch node, ensuring consistent number validation
across both nodes.

Fixes #5208
2025-07-07 16:19:34 +02:00
..
2023-08-16 19:21:31 +09:00
2018-10-25 11:18:13 +01:00
2018-08-04 22:23:06 +01:00
2018-08-17 22:10:54 +01:00
2022-01-27 12:49:48 +00:00
2018-08-21 13:43:11 +01:00

@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.