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
new Buffer() is deprecated and it's unsafe. There are two places in the code where this change needs to be made. Do you think you could move those calls over to Buffer.from?
The text was updated successfully, but these errors were encountered:
new Buffer()
is deprecated and it's unsafe. There are two places in the code where this change needs to be made. Do you think you could move those calls over toBuffer.from
?The text was updated successfully, but these errors were encountered: