@mempool/electrum-client
Advanced tools
Comparing version 1.1.8 to 1.1.9
'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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19414