New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@fullsparklabs/hook

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullsparklabs/hook

Git hooks manager with templates

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

hook

Git hooks manager with templates to prevent secrets, enforce branch naming, etc.

Usage

hook list                    # List templates
hook install no-api-keys pre-commit   # Install template
hook install no-env pre-commit       # Block .env files
hook install check-jira commit-msg   # Require JIRA ticket

Templates

  • no-api-keys - Block API keys, tokens, secrets
  • no-env - Block .env files
  • check-branch - Enforce branch naming
  • check-jira - Require JIRA ticket in commit
  • run-tests - Run tests before commit
  • lint - Run linter

Install

npm install -g @fullsparklabs/hook

Keywords

git

FAQs

Package last updated on 05 May 2026

Related posts