1.5.6 • Published 12 months ago

@defi-wonderland/crypto-husky-checks v1.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

:warning: This repository does not support Windows OS


Install

# Install the latest versions (will be fixed to the current latest version)
npm add -D husky@latest @defi-wonderland/crypto-husky-checks@latest

# Enable husky and setup the prepare script
npm pkg set scripts.prepare="husky && wonderland-crypto-husky-checks install"
npm run prepare

Note: Using @latest installs the exact version that is latest at the time of installation, not a version range. This means your package.json will have fixed versions like "husky": "9.1.7" without any caret (^) or tilde (~) prefix.

Troubleshooting

If you encounter an error like this on macOS:

cp: .../node_modules/@defi-wonderland/crypto-husky-checks/@defi-wonderland/crypto-husky-checks/src/find-crypto-keys.sh: No such file or directory

This is a known issue with path construction on macOS that has been fixed in the latest version. Please update to the latest version of the package.

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.

0.0.0-4c81d0bf

1 year ago

1.5.5

1 year ago

0.0.0-0d30b656

1 year ago

0.0.0-3faa4c4c

1 year ago

0.0.0-679559a9

1 year ago

0.0.0-676673bd

1 year ago

0.0.0-2d9d1afa

1 year ago

0.0.0-74778aea

1 year ago

0.0.0-ea27ba7c

1 year ago

0.0.0-d9dc5aec

1 year ago

1.5.6

12 months ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

0.0.0-29a10090

3 years ago

0.0.0-b7d9c771

3 years ago

1.1.1

3 years ago

0.0.0-0a32ae77

3 years ago

0.0.0-d32275fe

3 years ago

0.0.0-19732b58

3 years ago

0.0.0-87492d63

3 years ago

0.0.0-634a25a9

3 years ago

0.0.0-4ca1f6f0

3 years ago

0.0.0-41fa508f

3 years ago

0.0.0-75c6a763

3 years ago

0.0.0-8e86214c

3 years ago

0.0.0-9a6b1f42

3 years ago