Closed effy-coding closed 4 years ago
The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead.
https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead.
https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/