Summary
When I installed Uptime-Kuma, I got a worrisome warning from a deprecated package:
npm warn deprecated inflight@1.0.6: 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.
The path to this package is:
$ npm ls inflight
uptime-kuma@2.0.2 C:\tools\Uptime-Kuma
|_ @louislam/sqlite3@15.1.6
|_ node-gyp@8.4.1
|_ glob@7.2.3
|_ inflight@1.0.6
Proposed implementation
glob and node-gyp have many newer versions. I think it's time for node-sqlite3 to follow.
Summary
When I installed Uptime-Kuma, I got a worrisome warning from a deprecated package:
The path to this package is:
$ npm ls inflightProposed implementation
glob and node-gyp have many newer versions. I think it's time for node-sqlite3 to follow.