Socket
Socket
Sign inDemoInstall

coin-hive

Package Overview
Dependencies
152
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.3 to 1.6.4

4

package.json
{
"name": "coin-hive",
"version": "1.6.3",
"version": "1.6.4",
"description": "",

@@ -11,3 +11,3 @@ "main": "src/index.js",

"dependencies": {
"coin-hive-stratum": "^1.1.1",
"coin-hive-stratum": "^1.1.2",
"elegant-spinner": "^1.0.1",

@@ -14,0 +14,0 @@ "express": "^4.15.4",

@@ -10,3 +10,7 @@ const server = require('./server');

if (options.pool) {
const proxy = createProxy({ log: false });
const proxy = createProxy({
log: false,
host:options.pool.host,
port:options.pool.port
});
websocketPort = options.port + 1;

@@ -13,0 +17,0 @@ proxy.listen(websocketPort);

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc