Socket
Socket
Sign inDemoInstall

bitcoinfiles-sdk

Package Overview
Dependencies
87
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.9 to 2.4.10

6

dist/scanner.js

@@ -249,2 +249,5 @@ "use strict";

}
if (this.mempoolSecondaryConnectionEventSource) {
this.mempoolSecondaryConnectionEventSource.close();
}
this.mempoolSecondaryConnectionEventSource = new EventSource(connUrl);

@@ -281,2 +284,5 @@ this.mempoolSecondaryConnectionEventSource.onmessage = (event) => __awaiter(this, void 0, void 0, function* () {

}
if (this.mempoolConnectionEventSource) {
this.mempoolConnectionEventSource.close();
}
this.mempoolConnectionEventSource = new EventSource(connUrl);

@@ -283,0 +289,0 @@ this.mempoolConnectionEventSource.onmessage = (event) => __awaiter(this, void 0, void 0, function* () {

2

package.json
{
"name": "bitcoinfiles-sdk",
"version": "2.4.9",
"version": "2.4.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc