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

Use native Buffer.from() #1440

Merged
merged 1 commit into from
Aug 2, 2019
Merged

Use native Buffer.from() #1440

merged 1 commit into from
Aug 2, 2019

Conversation

fhinkel
Copy link
Contributor

@fhinkel fhinkel commented Aug 2, 2019

safe-buffer is not needed in Node 8 anymore, we can safely use native
Buffer.from(). See
https://nodejs.org/fr/docs/guides/buffer-constructor-deprecation/

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 2, 2019
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 2, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 2, 2019
safe-buffer is not needed in Node 8 anymore, we can safely use native
Buffer.from(). See
https://nodejs.org/fr/docs/guides/buffer-constructor-deprecation/
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 2, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 2, 2019
@fhinkel fhinkel merged commit af87b9a into master Aug 2, 2019
@fhinkel fhinkel deleted the removeSafeBuffer branch August 2, 2019 15:06
This was referenced Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants