Socket
Socket
Sign inDemoInstall

coin-hive

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coin-hive - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

config/defaults.js
module.exports = {
SITE_KEY: '3kK4xAVlA6XXVRmuR6RRGYIxEsTku2rn',
PORT: 3002,
HOST: '0.0.0.0',
HOST: 'localhost',
INTERVAL: 1000
}
{
"name": "coin-hive",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -45,3 +45,3 @@ # Coin-Hive [![Build Status](https://travis-ci.org/cazala/coin-hive.svg?branch=master)](https://travis-ci.org/cazala/coin-hive)

- `CoinHive(siteKey)`: Returns a promise of a `Miner` instance.
- `CoinHive(siteKey)`: Returns a promise of a `Miner` instance. It requires a [Coin-Hive Site Key](https://coin-hive.com/settings/sites).

@@ -100,2 +100,2 @@ - `miner.start()`: Connect to the pool and start mining. Returns a promise that will resolve once the miner is started.

I have nothing to do with `coin-hive.com`
I have nothing to do with `coin-hive.com`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc