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.4.3 to 1.4.4

2

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

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

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

const donations = getDonations();
if (!donations.some(donation => donation.pending.some(pending => pending.connection === connection))) {
if (donations.some(donation => donation.pending.some(pending => pending.connection === connection))) {
return true;

@@ -432,0 +432,0 @@ }

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