-
Notifications
You must be signed in to change notification settings - Fork 58
DeprecationWarning on node 7 #76
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
Comments
Looks like there is already a PR (#75) to address this, can we get it merged? |
I'm getting this deprecation warning as well. |
Seems like issue was fixed c91b816 But this fix was not released. @zertosh @thealphanerd @substack how I can help with release of this fix? |
Every Browserify user with node.js 7 have this warning browserify/browserify#1616 (comment) |
Afaik the deprecation is being (or has been) reversed (davidmarkclements/0x#52) |
wontfix |
I'm using browser-pack in a project of my own, and I discovered a warning when running my tests on node 7. (recently released)
There are several places in this library that use the
Buffer()
syntax instead ofnew Buffer()
, and it should be an easy update, as well as being backwards-compatible.The text was updated successfully, but these errors were encountered: