Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mempool/electrum-client

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mempool/electrum-client - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

lib/client.js
'use strict';
let net = require('net');
let tls = require('tls');
const TIMEOUT = 5000;
const TIMEOUT = 60000;

@@ -6,0 +6,0 @@ const TlsSocketWrapper = require('./TlsSocketWrapper.js');

{
"name": "@mempool/electrum-client",
"version": "1.1.8",
"description": "Electrum protocol client for React Native & Node.js",
"version": "1.1.9",
"description": "Electrum protocol client for Node.js",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -15,3 +15,3 @@ # electrum-client

* batch requests
* works in RN and nodejs
* works in nodejs

@@ -18,0 +18,0 @@ ## protocol spec

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