typescript-json-schema icon indicating copy to clipboard operation
typescript-json-schema copied to clipboard

Remove dependency on inflight, switch to lru-cache?

Open robogeek opened this issue 1 year ago • 0 comments

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 https://github.com/YousefED/typescript-json-schema/issues/605

robogeek avatar Jun 27 '24 13:06 robogeek