Gulp plugin to check your dependencies (through npm outdated)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
gulp-check-deps is a Gulp plugin that checks for outdated dependencies using npm outdated, failing the build when outdated packages are found. It allows configurable failure conditions based on dependency levels (minor, patch, etc.), development dependencies, git dependencies, and prerelease versions, making it particularly useful for CI/CD pipelines. The plugin is designed for developers and teams using Gulp and npm who want stricter dependency management in their projects.