warpnet / vscode-salt-lint

VSCode extension for running salt-lint in your editor.
https://marketplace.visualstudio.com/items?itemName=warpnet.salt-lint
Other
6 stars 1 forks source link

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

Closed roaldnefs closed 4 years ago

roaldnefs commented 4 years ago

While installing warpnet.salt-lint from the command using code --install-extension warpnet.salt-lint the following error is shown:

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