json-rpc-engine(latest: 6.1.0) A tool for processing JSON-RPC messages.
safe-event-emitter(latest: 1.0.1) An `EventEmitter` that isolates the emitter from errors in handlers. If an error is thrown in a handler it is caught and re-thrown inside of a `setTimeout` so as to not interupt the emitter's code flow.