Skip to content

[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. #2753

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

Closed
1 task done
zeripath opened this issue Jul 22, 2018 · 0 comments · Fixed by #2754
Closed
1 task done

Comments

@zeripath
Copy link
Contributor

  • I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item Version
generator-angular-fullstack v5.0.0-rc.2
Node v10.7.0
npm 6.1.0
Operating System Ubuntu 18.04 LTS

There are multiple uses of new Buffer(...) throughout the code. This has been deprecated since node v6.0.0 and these should be switched to the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead as appropriate.

zeripath pushed a commit to zeripath/generator-angular-fullstack that referenced this issue Jul 22, 2018
new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes angular-fullstack#2753
zeripath pushed a commit to zeripath/generator-angular-fullstack that referenced this issue Jul 24, 2018
new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes angular-fullstack#2753
zeripath pushed a commit to zeripath/generator-angular-fullstack that referenced this issue Jul 24, 2018
new Buffer(...) has been deprecated since node v6.0.0 and Buffer.from methods should used instead

Fixes angular-fullstack#2753
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant