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 Apr 20, 2023. It is now read-only.
Uses of new Buffer() and Buffer() outside of the node_modules directory will now emit a runtime deprecation warning. [9d4ab90117]
Node 10 displays following warning when ran locally:
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues.
Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
The text was updated successfully, but these errors were encountered:
steam-client still supports Node v4.1.1, while Buffer.alloc was introduced in v4.5.0. Buffer constructors will not be replaced until the next major version (which honestly may not come because steam-user v4 will remove the dependency, whenever I finish that up).
Uses of new Buffer() and Buffer() outside of the
node_modules
directory will now emit a runtime deprecation warning. [9d4ab90117]Node 10 displays following warning when ran locally:
The text was updated successfully, but these errors were encountered: