@samouraiwallet/electrum-client
Advanced tools
Comparing version 1.5.1 to 1.5.2
# Changelog | ||
## 1.5.2 (2024-09-29) | ||
- Added `{rejectUnauthorized: false}` to TLSSocket | ||
## 1.5.1 (2024-09-29) | ||
@@ -4,0 +7,0 @@ - Fixed socket connecting preemptively |
@@ -28,3 +28,3 @@ import { EventEmitter } from "node:events"; | ||
? // @ts-expect-error | ||
new tls.TLSSocket() | ||
new tls.TLSSocket(null, { rejectUnauthorized: false }) | ||
: new net.Socket(); | ||
@@ -31,0 +31,0 @@ this.conn.setTimeout(TIMEOUT); |
{ | ||
"name": "@samouraiwallet/electrum-client", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=18.6.0" |
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
38170