JSPM

  • Created
  • Published
  • Downloads 104
  • Score
    100M100P100Q86417F
  • License MIT

Automated security checks for your precommit hook

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

    Node.js CI license badge

    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 husky

    Install

    yarn add -D @defi-wonderland/crypto-husky-checks
    npm set-script prepare "husky install && wonderland-crypto-husky-checks install"
    npm run prepare

    Checks:

    
    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.