iyzipay-node icon indicating copy to clipboard operation
iyzipay-node copied to clipboard

Use Buffer.from() instead of new Buffer()

Open onury opened this issue 6 years ago • 0 comments

new Buffer() usage causes the warning below:

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

onury avatar Jul 22 '19 11:07 onury