node-red/packages/node_modules/@node-red/util
Nick O'Leary 1f5ff0c6d3
Merge pull request #2366 from btsimonh/fix-encodeObjecterror
Catches bad objects being encoded, returning instead the error.
2019-11-13 09:33:20 +00:00
..
lib small update to log - if toString() causes exception, then note and use util.inspect instead - prevents log from causing processes to abort through exception. 2019-11-02 12:38:40 +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.3 2019-10-27 21:22:20 +00: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.