node-red-contrib-unsafe-function enhancement#11
node-red-contrib-unsafe-function enhancement#11hanc2006 wants to merge 3 commits intoozomer:masterfrom
Conversation
|
Thanks will try this asap ! |
|
Quick question, do you know if this will break older flows that use the older version of the node ? |
|
The sandbox function code works the same as the original 'node-red-contrib-unsafe-function', so the compatibility is the same. The only difference is that the done() callback function for asynchronous node is not called automatically. The node.done(), or done() must be called explicit. I also added API access from the function using RED.api (https://nodered.org/docs/api/modules/v/1.0/@node-red_runtime.html), as already present for RED.util. |
|
I just tested and noticed the modules folder get creates in the node_modules/node-red-contrib-unsafe-function folder. |
|
For the moment it is the standard behavior, but it is still to be clarified. In the user folder it makes more sense |
|
I think it would make more sense to have it in the userDir this way the user can version it with GIT and it will be compatible with the projects feature. |
see issue #10