0.0.12 • Published 2 years ago

node-red-contrib-breaker v0.0.12

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
2 years ago

node-red-contrib-breaker

This node offer some kind of isolation between input and output to make sure change on msg.payload did not get reflected on attributes that could have been copy to payload. This is from a propose idea of @thechane .
Switch to lodash.clonedeep

This node have the following impact in msg.payload, due to Side effect of JSON.stringify and parsing:

  • undefined value will be remove
  • NaN and Infinity will be nullify
  • Date will become string
  • Function will be lost

So make sure msg.payload only contain values.

With Nodered 2.1 and deep-clone option for change node, this make this node less useful

0.0.12

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago