We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it have come to a time where we no longer need Safe-Buffer in modern day codes Think the npm package should be deprecated
Encourage ppl to use Uint8Array, TextEncoder, DataView instead 😉
The text was updated successfully, but these errors were encountered:
I agree. This is both good and bad news.
After full deprecation, the repo should be archived
Sorry, something went wrong.
Not yet possible since many project still depends on it, like express
A temp solution is to npx nolyfill, which will do the work, and the code will not be affected.
npx nolyfill
No branches or pull requests
I think it have come to a time where we no longer need Safe-Buffer in modern day codes
Think the npm package should be deprecated
Encourage ppl to use Uint8Array, TextEncoder, DataView instead 😉
The text was updated successfully, but these errors were encountered: