Peter Pfeufer 099a39a2a2
[ADD] objectDeepMerge function
Recursively merges properties from source objects into a target object. If a property at the current level is an object,
and both target and source have it, the property is merged. Otherwise, the source property overwrites the target property.

This function does not modify the source objects and prevents prototype pollution by not allowing `__proto__`, `constructor`,
and `prototype` property names.
2025-08-09 15:54:39 +02:00
..
2025-05-24 06:23:06 +00:00
2023-12-17 20:21:11 +01:00
2025-01-10 08:29:02 +00:00
2025-06-19 20:30:37 +10:00
2023-12-17 20:21:11 +01:00
2023-12-11 22:20:31 +10:00
2021-05-17 09:49:58 +02:00