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 use of __proto__ #13

Closed
nitsky opened this issue Apr 16, 2020 · 1 comment
Closed

remove use of __proto__ #13

nitsky opened this issue Apr 16, 2020 · 1 comment

Comments

@nitsky
Copy link

nitsky commented Apr 16, 2020

Hi, node recently added a --disable-proto option to disable use of __proto__ due to security issues: nodejs/node#32279. Similarly, deno also recently removed support for __proto__: denoland/deno#4341. Would you consider removing the use of __proto__ in this package? The changes proposed in #10 would take care of it if merged.

@adrianheine
Copy link
Member

Using Object.getPrototypeOf if available should be a viable workaround.

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

No branches or pull requests

2 participants