-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Memory leak in inflight dependency #573
Comments
Run |
@isaacs loads of package still use glob v8 or less. From v9 the API changed from callbacks to promises, I think it would be reasonable to patch v8 so people can easily upgrade to (or even use overrides/resolution in the package.json). What do you think? |
我看邮件的反应很迟钝。。。如果有事发短信提醒我看邮件。。。。。。
|
I disagree. I'm not going to touch ancient versions of things. Fork it and patch if you want to do extra work to avoid upgrading, or override with a patched version of inflight. Not my job, sorry. |
Hi,
I have inflight package still in version 10.0.2, the problem is if i remove this inflight package i am not able to use the npm commands so is there anyway to resolve this issue? and is there anyway to resolve this issue in 8.x versions of npm also? please respond as it was one of the main vulnerability in npm package.
The text was updated successfully, but these errors were encountered: