Andreas Urbanski
Results
1
issues of
Andreas Urbanski
I noticed that `.decode` is using the `new Buffer` contructor. This has been deprecated https://nodejs.org/api/buffer.html#buffer_new_buffer_array should use `Buffer.from` instead.