speakeasyjs / speakeasy

**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
MIT License
2.7k stars 228 forks source link

Buffer() is deprecated due to security and usability issues. #146

Open dimon89ch opened 1 year ago

dimon89ch commented 1 year ago

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

Screen Shot 2023-01-06 at 10 12 00 PM