icetee / node-ftp

An FTP client module for node.js
MIT License
25 stars 16 forks source link

DeprecationWarning: Buffer() is deprecated due to security and usability issues. #23

Closed JoseCadenas closed 2 years ago

JoseCadenas commented 2 years ago

I am using promise-ftp that use this node-ftp and I am encountering an issue with the depreciated Buffer function... similar to here.

Problematic code existed here.

Full warning message:

(node:1654) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Electron Helper (Renderer) --trace-deprecation ...` to show where the warning was created)