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
I see the below warning on Node.js 10.x and 12.x [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
I see the below warning on Node.js 10.x and 12.x
[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
new Buffer(size)
had been deprecated in Node.js 6.0.0 back in 2016-04-26.https://nodejs.org/api/buffer.html#buffer_new_buffer_size
I suspect these lines
elliptic/dist/elliptic.js
Line 4367 in 71e4e8e
elliptic/dist/elliptic.js
Line 4382 in 71e4e8e
The text was updated successfully, but these errors were encountered: