-
Notifications
You must be signed in to change notification settings - Fork 107
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
chore: remove safe-buffer #144
Conversation
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 646 645 -1
=====================================
- Hits 646 645 -1
Continue to review full report at Codecov.
|
Shouldn't we be going the other way around? We need to have a safety net as it is very easy to use An alternative safety net would be to use the eslint rule |
@ofrobots we now have --throw-deprecation turned on for tests, and buffer constructors are deprecated in node 10. Do you think that's enough? |
👍. That approach solves the Buffer constructor problem well. Side note, generalizing: it seems like someone needs to go write a set of security oriented plugins for |
Let me take that question one step further. Why does |
Good question. |
No description provided.