Patch Pulse is a CLI tool that identifies out-of-date dependencies in your package.json file, ensuring your project stays up-to-date with the latest versions available on npm.
To check your project's dependencies, navigate to your project directory and run:
npx patch-pulseThis package is built with Rust, offering high performance. The binaries are wrapped in npx, requiring no additional installation.
- Easy to Use: Run a single command to check all dependencies.
- Comprehensive: Checks dependencies, devDependencies, peerDependencies, optionalDependencies, and bundledDependencies.
- Up-to-Date: Compares against the latest versions on npm.
No installation required! Just ensure you have Node.js installed to use npx.
This project is licensed under GNU GPLv3 - see the LICENSE file for details.
This Patch Pulse CLI tool is maintained by Barry Michael Doyle.
Contributions are welcome! Please open an issue or submit a pull request.
If you like this tool, please consider supporting me to keep the project alive and well-maintained.

