@marco_ciaramella/cpu-web-miner
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@marco_ciaramella/cpu-web-miner", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A CPU miner for website monetization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,6 +22,5 @@ # cpu-web-miner | ||
cpuWebMiner.start(cpuWebMiner.yespower, stratum, true, cpuWebMiner.ALL_THREADS); | ||
cpuWebMiner.start(cpuWebMiner.ghostrider, stratum, true, cpuWebMiner.ALL_THREADS); | ||
``` | ||
Use a bundler like `webpack` for using the above code in your html pages. | ||
Or if you want to use this library directly in your html pages without using a bundler, the following is a complete example | ||
Use a bundler like `webpack` for using the above code in your html pages. Or if you want to use this library directly in your html pages without using a bundler, the following is a complete example | ||
```html | ||
@@ -28,0 +27,0 @@ <!DOCTYPE html> |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1029267
56