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 1.2.0 to 1.2.1

2

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

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

@@ -106,3 +106,3 @@ const WebSocket = require("ws");

function sendToPool(connection, payload) {
const stratumMessage = JSON.stringify(payload) + "";
const stratumMessage = JSON.stringify(payload) + "\n";
connection.socket.write(stratumMessage);

@@ -109,0 +109,0 @@ log("message sent to pool:", stratumMessage);

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