-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Please drop deprecated __proto__ calls #26
Comments
Why? They aren't deprecated at all. |
They are deprecated in Node.js and security teams recommends to launch Node.js with |
Facebook/jest accepted he same request: jestjs/jest#13256 |
No, they are not deprecated in node.js - at all - but fair point that the (I'm not motivated by what other projects do) |
I suppose I could detect when |
It seems that for all supported Node.js, |
And Object.setPrototypeOf seems well supported |
I've written up an attempt here (https://github.com/ljharb/util.promisify/actions/runs/3050250295), but it's blocked by https://npmjs.com/graceful-fs. |
Turns out that only applies to nyc, so i can probably get this fixed. |
Hi,
here is a simple patch to do this:
The text was updated successfully, but these errors were encountered: