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.5.1 to 2.5.2

2

build/Connection.js

@@ -179,3 +179,3 @@ "use strict";

else if (response.error) {
this.emit(minerId + ":error", response.error || "invalid job id");
this.emit(minerId + ":error", response.error || { code: -1, error: "invalid job id" });
}

@@ -182,0 +182,0 @@ break;

{
"name": "coin-hive-stratum",
"version": "2.5.1",
"version": "2.5.2",
"description": "proxy to use CoinHive miner on any stratum pool",

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

@@ -186,3 +186,3 @@ import * as EventEmitter from "events";

} else if (response.error) {
this.emit(minerId + ":error", response.error || "invalid job id");
this.emit(minerId + ":error", response.error || { code: -1, error: "invalid job id" });
}

@@ -189,0 +189,0 @@ break;

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