Using `new Buffer` to construct a buffer is deprecated and unsafe. Would it be possible to replace the [few occurrences](https://github.com/sandeepmistry/node-bleacon/search?q=%22new+Buffer%22&unscoped_q=%22new+Buffer%22) with `Buffer.from`?