Feature summary:
Provide some way by which a tool maintainer can check whether their tool, which imports libraries from https://cdnjs.toolforge.org/, is using the latest versions of those libraries or outdated ones.
Use case(s):
Tools that manage their dependencies using npm can easily do this using npm outdated, but for tools using CDNjs, there’s no easy way to do this (as far as I know). But CDNjs is the recommended way for Toolforge tools to load libraries.
Benefits (why should this be implemented?):
Using up-to-date libraries is important to ensure that bugs are fixed and security issues are resolved. (In the past, you could also argue that tools using the latest version have a better chance of sharing the library code with other tools in the browser’s cache, but browsers no longer share resources between domains.)