
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
react-captcha-coinhive
Advanced tools
Mine cryptocurrency when you want to verify your users are not bots.
React Component for coinhive captcha, mine cryptocurrency when you want to verify your users are not bots.
This uses Coin-Hive to mine Monero (XMR).
npm install --save react-coinhive-captcha
// Anywhere in your app as long as it gets mounted
<CoinhiveCaptcha siteKey='EiQYufg9i1OKaZ8mSoSZrjui9ahcbfjG' onComplete={() => console.log('mining completed')} />
siteKey
: Your Coin-Hive Site Key.
userName
: If used, the miner will be created with CoinHive.User(siteKey, userName)
. By default the miner is created with CoinHive.Anonymous(siteKey)
.
threads
: The number of threads the miner should start with. Default is 2
.
maxHash
: The number of maximum hash the miner should mine. Default is 1024
.
throttle
: The fraction of time that threads should be idle. Default is 0
.
onComplete
: A function that is called when the miner
instance is completed.
I have nothing to do with coin-hive.com
FAQs
Mine cryptocurrency when you want to verify your users are not bots.
The npm package react-captcha-coinhive receives a total of 3 weekly downloads. As such, react-captcha-coinhive popularity was classified as not popular.
We found that react-captcha-coinhive demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.