zupfnoter icon indicating copy to clipboard operation
zupfnoter copied to clipboard

replace deprecated Buffer

Open bwl21 opened this issue 6 years ago • 0 comments

Request

get rid of

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

solution approach

the issue stems from node module encoding see (https://github.com/andris9/encoding/issues/21). Either we get a fix from there or we remove encoding ...

bwl21 avatar Apr 25 '19 13:04 bwl21