New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bitcoinerlab/electrum-client

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitcoinerlab/electrum-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/client.js

@@ -116,3 +116,2 @@ 'use strict';

const timeout = setTimeout(() => {
this.conn.end();
reject(new Error("Connection timed out."));

@@ -147,3 +146,2 @@ }, TIMEOUT);

const timeout = setTimeout(() => {
this.conn.end();
reject(new Error("Connection timed out."));

@@ -150,0 +148,0 @@ }, TIMEOUT);

2

package.json
{
"name": "@bitcoinerlab/electrum-client",
"homepage": "https://github.com/bitcoinerlab/electrum-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Electrum protocol client for React Native & Node.js",

@@ -6,0 +6,0 @@ "main": "index.js",

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