flow-library
flow-library copied to clipboard
Node-RED Flow Library
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
On library processing (and updating) the node property `align` extracted and use to determine which side to render the icon on within the **Nodes** list. Half of #8.
Following last night's request storm from @echoix we need to look at how best to throttle/limit the refreshes. We cannot afford for a potentially well-intentioned user from clicking request refresh...
It looks like flows.nodered.org is handling Markdown formatting differently than GitHub and npmjs.com. For example, the readme file for https://github.com/rsenden/node-red-contrib-map is displayed correctly on both GitHub and on https://www.npmjs.com/package/node-red-contrib-map, but...
It would be nice to reflect the properties set by `paletteLabel` and `align` from the nodes in `_palettenode.html` so that the look is the same as in the palette in...
When searching flows you have to enter an exact search term to get any results. eg searching for cheer finds nothing whereas searching for cheerlights does. Search should be a...
Hello I have 2 node-red projects that misses the images on the flows description page https://flows.nodered.org/node/node-red-contrib-node-hue https://flows.nodered.org/node/node-red-contrib-node-lifx They are correctly shown on the npm and github page, looking at the...
The following error appears to have killed the flow library. A quick restart and it was up and running again. Recording it here as there's probably some error handling missing......
- allow a contributor to pick a license under which to make the flow available - on a flow page, show what license the flow is using - if a...
While looking at my flow I was asking myself: 1. How can somebody ask me questions about the flow and how can other get the information as well? 2. How...