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

Remove all usage of new Buffer(); use Buffer.from()/Buffer.alloc() #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RyanZim
Copy link

@RyanZim RyanZim commented Jun 18, 2020

Fixes #99

@RyanZim
Copy link
Author

RyanZim commented Jun 19, 2020

Worth noting that you'll have to bump Node version requirements; since Buffer.alloc was added in v5.10.0

@PavelPivkin
Copy link

Let's merge it to main branch? @RyanZim

@IPRIT
Copy link

IPRIT commented Nov 12, 2021

Ping

@IPRIT
Copy link

IPRIT commented Jan 24, 2022

Up

@dkildar
Copy link

dkildar commented Jul 17, 2024

The last merge was 6 years ago, it seems this repository is no longer supporting anymore.

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 this pull request may close these issues.

Remove usages of deprecated Buffer()
4 participants