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

Upgrade buffer dependency to 5.3.0 to support Deno #2010

Open
josephrocca opened this issue Jun 20, 2021 · 1 comment
Open

Upgrade buffer dependency to 5.3.0 to support Deno #2010

josephrocca opened this issue Jun 20, 2021 · 1 comment

Comments

@josephrocca
Copy link

Currently browserify is on version 5.2.1 of the buffer package:

"buffer": "~5.2.1",

There was a fix in the next version of the buffer package (5.3.0) which added support for environments like SES and Deno (which require you to edit __proto__ via Object.setPrototypeOf (which is safer, see here for explanation).

It would be great if the version could be bumped!

@zuisong
Copy link

zuisong commented Apr 29, 2022

How's it going now? 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants