node-red/packages/node_modules/@node-red/nodes
Nick O'Leary a3cbe80a36
Do not dynamically add/remove upgrade listener in ws nodes
The way we dynamically added/removed event handlers for the
upgrade event was causing problems with the way sockjs (as
used by the worldmap node) tries to intercept the event.

This fix means the ws nodes won't ever remove the upgrade
listener - it gets added once when the first ws node is
deployed and will then remain until the last ws node is
removed and the runtime restarted.
2019-03-20 14:58:26 +00:00
..
core Do not dynamically add/remove upgrade listener in ws nodes 2019-03-20 14:58:26 +00:00
icons Move core node icons into node package 2018-08-15 23:12:51 +01:00
locales fix minor typo in Japanese info text of httprequest node 2019-03-07 22:50:56 +09:00
.npmignore Add pack-modules grunt task 2018-10-25 11:18:13 +01:00
99-sample.html.demo Merge branch 'dev' into repackage 2018-09-17 14:49:11 +01:00
99-sample.js.demo WIP: move all the code 2018-08-04 22:23:06 +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 pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
package.json Bump for 0.20.2 2019-03-15 19:03:30 +00:00

README.md

@node-red/nodes

Node-RED core nodes module.

This provides all of the core Node-RED nodes.

Source

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