Skip to content
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

Node.js v7 Buffer Deprecation Warning #16

Closed
MarkHerhold opened this issue Oct 23, 2016 · 1 comment
Closed

Node.js v7 Buffer Deprecation Warning #16

MarkHerhold opened this issue Oct 23, 2016 · 1 comment

Comments

@MarkHerhold
Copy link

MarkHerhold commented Oct 23, 2016

This modules uses Buffer(), causing the following warning to be displayed:

DeprecationWarning: Using Buffer without new will soon stop working. Use new Buffer(), or preferably Buffer.from(), Buffer.allocUnsafe() or Buffer.alloc() instead.

@MarkHerhold
Copy link
Author

My apologies, I am on base64 v1.0.4 where this was fixed in v2

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

No branches or pull requests

1 participant