
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
@kibibit/dev-tools
Advanced tools
Scripts to make development easier
Install globally
npm install --global @kibibit/dev-tools
or locally
npm install --save-dev @kibibit/dev-tools
Then, go into a git project folder and run
kb-prune-merged
to prune local branches that merged and deleted on cloud
Or use this command in your git hooks to prevent accidental commits to protected branches:
kb-disallow-master-commits
for example, husky
/* ... */
"scripts": {
"disallow-master-commits": "kb-disallow-master-commits"
}
Then, add it as a pre-commit git hook:
npx husky add .husky/pre-commit "npm run disallow-master-commits"
git add .husky/pre-commit
Thanks goes to these wonderful people (emoji key):
Neil Kalman 💻 📖 🎨 🚧 🚇 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind are welcome!
FAQs
some useful scripts
The npm package @kibibit/dev-tools receives a total of 5,332 weekly downloads. As such, @kibibit/dev-tools popularity was classified as popular.
We found that @kibibit/dev-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.