check-installed-packages-date
v1.0.2
Published
This script helps identify recently updated dependencies that may have caused build issues in your project. It reads the project's package.json file, checks each dependency's installed version in node_modules, and fetches the release date of each installe
Downloads
174
Maintainers
Readme
check-installed-packages-date
The script checks project dependencies to find recently updated packages that might have broken the build. It reads installed versions from node_modules
, retrieves their release dates from npm, and shows how many days ago each was updated. This helps quickly identify potential causes of build issues.