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
When running the API example linked in the docs, there is a deprecation warning being logged.
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Just thought I would point this out, perhaps the API auth example should be updated!
Thanks!
The text was updated successfully, but these errors were encountered:
Looks like this is addressed in PR #30 . I merged the author's work and the warnings are removed. Consider merging their PR to update the example fully! 😄
When running the API example linked in the docs, there is a deprecation warning being logged.
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Just thought I would point this out, perhaps the API auth example should be updated!
Thanks!
The text was updated successfully, but these errors were encountered: