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 dependency on inflight, switch to lru-cache? #608

Open
robogeek opened this issue Jun 27, 2024 · 0 comments
Open

Remove dependency on inflight, switch to lru-cache? #608

robogeek opened this issue Jun 27, 2024 · 0 comments

Comments

@robogeek
Copy link

I am getting this warning:

$ npm install
npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

My application does not directly depend on inflight, instead it comes from this module:

$ npm ls inflight
[email protected] /home/david/Projects/Evoke-mac/esx-core/server
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ @mark.probst/[email protected]
      └─┬ [email protected]
        └── [email protected]

Further discussion #605

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

1 participant