You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
[DEP0005] 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.
at showFlaggedDeprecation (buffer.js:127:13)
Buffer constructor presents a major security threat and has already been deprecated so change its uses to Buffer.from()
The text was updated successfully, but these errors were encountered:
Version: 3.1.0
Buffer constructor presents a major security threat and has already been deprecated so change its uses to
Buffer.from()
The text was updated successfully, but these errors were encountered: