-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer deprecated warning #114
Comments
@sandy081 @thejoshwolfe this issue is still happening for me when i deploy my project using yauzl. |
@nalhabash thank you for this fix! For anyone else, I implemented this temporarily (hoping @nalhabash's will be merged in) by forking in To make the change in your own fork: Thanks again to @nalhabash |
Thanks yall for your patience. I have finally found the enthusiasm to address this issue. Fixed in yauzl 3.0.0 |
I am developer from VS Code and we are using this module
yauzl v2.9.2
and it throws following warning.(node:336) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
This warning is coming from its dependency
fd-slicer
Filed issue against fd-slicer module - andrewrk/node-fd-slicer#3
Ref: microsoft/vscode#82524
The text was updated successfully, but these errors were encountered: