protobuf.js
protobuf.js copied to clipboard
Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
protobuf.js version: 6.9.0
The above deprecation error is logged from new version of Node when using this package.
internal/process/warning.js:18 (node:61713) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
how to solve it?
DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
present on version 6.11.2 (apr 30)
Ping
Same problem
+1
^ @alexander-fenster
#1905
Done via #1905.