- gcc
Performant, flexible and extensible forms library for React Hooks
Otp verify
asynchronous before/error/after hooks for internal functionality
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
Intercept imports in Node.js
Event Emitting and Middleware Hooks
Hooks for require, vm and script used in istanbul
Run some code when the process exits
Verification of Sigstore signatures
Official sortable preset and sensors for dnd kit
[React](https://react.dev/) UI components for the [AI SDK](https://ai-sdk.dev/docs):
React hook for handling keyboard shortcuts
A React hook that uses useEffect() on the server and useLayoutEffect() in the browser
JWA implementation (supports all JWS algorithms)
A React hook that fires a callback whenever ResizeObserver detects a change to its size
EC cryptography
A React hook that updates useRef().current with the most recent value each invocation
Automatically install pre-commit hooks for your npm modules.
Just create a single stylesheet...
Run some code when the process exits (supports async hooks and pm2 clustering)
A React hook for the IntersectionObserver API that uses a polyfill when the native API is not available
A React hook for managing event listeners, e.g. removing events when a component unmounts.
minitest-speed adds test hooks to verify the time it takes to run the setup, body, and teardown phases of each test. If the time of any phase goes over the maximum time, it fails the test. Use class variables to set the maximum thresholds and crank it down over time.
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.
DeprecateSoft is a lightweight Ruby gem that lets you gracefully deprecate methods in your codebase without breaking functionality. It wraps existing instance or class methods and lets you plug in custom before/after hooks for tracking usage via logging, Redis, DataDog, or any other observability tools. Once you verify in your tracking that a method is no longer called, you can remove it safely from your code base. This is especially useful in large codebases where you want to safely remove legacy methods, but first need insight into whether and where they're still being called. Hooks are configured once globally and apply project-wide. Fully compatible with Rails or plain Ruby applications.