GopaxTechTeam / gopax

고팍스의 REST API 예제를 제공합니다
https://www.gopax.co.kr/
10 stars 9 forks source link

Buffer() constructors are not recommended #11

Closed effy-coding closed 4 years ago

effy-coding commented 5 years ago

The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead.

https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/