Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 1 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.