node-red/red/runtime
Gabe Johnson b909e32201 Prevent RED.node.registerNode from overriding a constructor's prototype (#865)
* prevent registry.registerNodeConstructor from overriding a constructors protoype

* fix for node < v5.0.0

* exercise another code path

* altering __proto__ for node < v0.12

* move inheritance code to helper function
2016-04-07 22:18:28 +01:00
..
locales/en-US Message catalog updates for zero-length flow file handling 2016-03-12 00:04:27 +00:00
nodes Prevent RED.node.registerNode from overriding a constructor's prototype (#865) 2016-04-07 22:18:28 +01:00
storage Better handling of zero-length flow files 2016-03-11 22:42:04 +00:00
events.js WIP: separate runtime and api components 2016-01-06 17:01:11 +00:00
i18n.js Move locale files under api/runtime components 2016-01-06 17:01:12 +00:00
index.js Warn if editor routes are accessed but runtime not started 2016-03-12 00:03:50 +00:00
log.js Tidy up API passed to node modules 2016-01-06 17:01:12 +00:00
settings.js Allow function properties in settings 2016-01-29 11:56:16 +00:00
util.js Fix comparison of Buffers (again) 2016-04-01 10:32:11 +01:00