poml
poml copied to clipboard
These dependency warnings seem severe
Getting these during an installation are preventing me from using this. Migrating to the suggested libraries/versions seems like a very good idea:
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.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
POML is a pure-local library that doesn't expose any service to any network. So I think the outdated dependencies are mostly "you can't hurt yourself if you didn't mean it" level.
The warnings can be quite annoying sometimes I agree. I'll clean them up at a proper time.