Closed gabrielschulhof closed 6 years ago
new Buffer(...) is deprecated and unsafe. Could it be replaced with Buffer.from(...) in these places?
new Buffer(...)
Buffer.from(...)
just added a pull request fixing this as well
Fixed in #10
new Buffer(...)
is deprecated and unsafe. Could it be replaced withBuffer.from(...)
in these places?