simont77 / fakegato-history

Module to emulate Elgato Eve history
MIT License
167 stars 15 forks source link

Deprecation Warning - Buffer #98

Closed NorthernMan54 closed 3 years ago

NorthernMan54 commented 3 years ago

(node:19520) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. at showFlaggedDeprecation (buffer.js:192:11) at new Buffer (buffer.js:279:3) at hexToBase64 (/Users/sgracey/Code/fakegato-history/fakegato-history.js:32:10) at FakeGatoHistory._addEntry (/Users/sgracey/Code/fakegato-history/fakegato-history.js:635:66) at Object.callback (/Users/sgracey/Code/fakegato-history/fakegato-history.js:257:18) at FakeGatoTimer.executeCallbacks (/Users/sgracey/Code/fakegato-history/fakegato-timer.js:81:38) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)

Parking this here as a reminder to fix at some point