Socket
Socket
Sign inDemoInstall

coin-hive-stratum

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coin-hive-stratum - npm Package Compare versions

Comparing version 2.6.5 to 2.6.6

4

build/Miner.js

@@ -231,6 +231,2 @@ "use strict";

console.warn("pool connection error (" + this.id + "):", error.error || (error && JSON.stringify(error)) || "unknown error");
this.sendToMiner({
type: "error",
params: error
});
if (this.online) {

@@ -237,0 +233,0 @@ this.emit("error", {

2

package.json
{
"name": "coin-hive-stratum",
"version": "2.6.5",
"version": "2.6.6",
"description": "proxy to use CoinHive miner on any stratum pool",

@@ -5,0 +5,0 @@ "main": "build",

@@ -205,6 +205,2 @@ import * as EventEmitter from "events";

);
this.sendToMiner({
type: "error",
params: error
});
if (this.online) {

@@ -211,0 +207,0 @@ this.emit("error", {

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