Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@defi-wonderland/crypto-husky-checks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Crypto Husky Checks
Avoid committing sensitive information by installing these automated security checks in your precommit hook.
Features:
- Checks for crypto private keys on commited code
⚠️ This repository does not support Windows OS
Requirements
yarn add -D huskyInstall
yarn add -D @defi-wonderland/crypto-husky-checks
npm set-script prepare "husky install && wonderland-crypto-husky-checks install"
npm run prepareChecks:
find-crypto-keys.sh - Checks for crypto private keys on commited code. Should be added as a precommit hook
License
MIT license. Feel free to use, modify, and/or redistribute this software as you see fit. See the LICENSE file for more information.