bytebuffer.js icon indicating copy to clipboard operation
bytebuffer.js copied to clipboard

Remove usages of deprecated Buffer()

Open connorjclark opened this issue 5 years ago • 2 comments

(node:5321) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

The above deprecation error is logged from new version of Node when using this package.

connorjclark avatar Oct 21 '19 00:10 connorjclark

I have the same problem 😒

Wonder233 avatar May 21 '20 08:05 Wonder233

Are there any problems with merging it? @dcodeIO https://github.com/protobufjs/bytebuffer.js/pull/103

PavelPivkin avatar Oct 15 '21 09:10 PavelPivkin