pajaydev / ebay-node-api

eBay API Client for node
https://pajaydev.github.io/ebay-node-api
MIT License
131 stars 76 forks source link

Use newer Buffer syntax #47

Closed zslabs closed 5 years ago

zslabs commented 5 years ago

Goal of the pull request:

Description

@pajaydev I believe this should fix the deprecation warning I was receiving:

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

https://stackoverflow.com/questions/52165333/deprecationwarning-buffer-is-deprecated-due-to-security-and-usability-issues

pajaydev commented 5 years ago

Thanks for the PR @zslabs