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

@samouraiwallet/electrum-client

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samouraiwallet/electrum-client - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

3

CHANGELOG.md
# 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

2

dist/lib/client.js

@@ -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"

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