urlsafe-base64 icon indicating copy to clipboard operation
urlsafe-base64 copied to clipboard

buid: use Buffer.from instead of Buffer constructor

Open Kikobeats opened this issue 3 years ago • 0 comments

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Closes #14

Kikobeats avatar Mar 24 '21 22:03 Kikobeats