Open snickerjp opened 4 years ago
Description of changes:
warning detected.
DeprecationWarning: 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.
ref. https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
fix this PR.
Description of changes:
warning detected.
ref. https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
fix this PR.