node-red/packages/node_modules/@node-red/util
Simon Hailes bc283aa025 Catches bad objects being encoded, returning instead the error.
Symptom- Observed that global context would not display in front end, the call returning 400.
Traced to an object in global which cause encodeObject to except.
This push catches that, and now global will display, but the object in question display as an error.
2019-11-01 11:38:26 +00:00
..
lib Catches bad objects being encoded, returning instead the error. 2019-11-01 11:38:26 +00:00
.npmignore Add pack-modules grunt task 2018-10-25 11:18:13 +01:00
LICENSE Add LICENSE to each package 2018-08-21 13:57:59 +01:00
README.md Add README files to each package 2018-08-21 13:43:11 +01:00
index.js API documentation updates 2018-12-05 13:00:25 +00:00
package.json Bump for 1.0.1 2019-10-04 11:13:46 +01:00

README.md

@node-red/util

Node-RED utilities module.

This provides common utilities shared by the Node-RED components.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.