Commit hook verifier
Generate or verify a Proof Key for Code Exchange (PKCE) challenge pair
Automatically install pre-commit hooks for your npm modules.
A lightweight library to decode and verify RS JWT meant for the browser.
checks the all of the hyperlinks in a markdown text to determine if they are alive or dead
A Node.js module for verifying email addresses
Git commit, but play nice with conventions.
Performant, flexible and extensible forms library for React Hooks
Tiny tool to run commands for modified, staged, and committed git files.
Easily validate Okta access tokens
asynchronous before/error/after hooks for internal functionality
Efficient Git Commit Message Linting and Formatting
Share custom hook state across all components
git commit message lint hook
CopilotKit license verification
Husky Git hook to add JIRA ticket ID into the commit message
React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
Module to hook into the Node.js require function
Verify JSON Web Tokens (JWT) from Amazon Cognito and other IDPs
No nonsense Git hook management
CLI for cspell; A Spelling Checker for Code!
Intercept imports in Node.js
Secure Remote Password (SRP)
[](https://github.com/prettier/prettier) [](https://npmjs.org/prettier-quick)
Backofen is Distributed Continious Integration node that verifies your changes against an upstream repository by running specs and features against it. Its intended to be used as pre-commit hook.
Code Quality Check is a Ruby on Rails gem that runs automated quality and security checks on every commit using Overcommit and Git hooks. It bundles and configures RuboCop (style and lint), Brakeman (security), Rails Best Practices, and BundleAudit (CVE checks). The installer sets up a Rails initializer that verifies the gem is installed and ensures Overcommit hooks are present, so teams don't silently skip checks. Optional support for Reek, Flay, and Fasterer via .overcommit.yml. Requires Overcommit in your Gemfile; add the gem and run `rails generate code_quality_check:install` to get started.