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

@samouraiwallet/electrum-client

Package Overview
Dependencies
Maintainers
1
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.2.2 to 1.2.3

4

CHANGELOG.md
# Changelog
## 1.2.3 (2022-03-02)
- Removed faulty parameter from `blockchain.headers.subscribe` call
## 1.2.2 (2022-03-02)

@@ -3,0 +7,0 @@ - Fixed ES module definition

2

dist/index.d.ts

@@ -40,3 +40,3 @@ import { Client } from './lib/client.js';

blockchainEstimatefee(number: number): Promise<unknown>;
blockchainHeaders_subscribe(raw?: boolean): Promise<unknown>;
blockchainHeaders_subscribe(): Promise<unknown>;
blockchain_relayfee(): Promise<unknown>;

@@ -43,0 +43,0 @@ blockchainTransaction_broadcast(rawtx: string): Promise<unknown>;

@@ -164,4 +164,4 @@ import { Client } from './lib/client.js';

}
blockchainHeaders_subscribe(raw = false) {
return this.request('blockchain.headers.subscribe', [raw]);
blockchainHeaders_subscribe() {
return this.request('blockchain.headers.subscribe', []);
}

@@ -168,0 +168,0 @@ blockchain_relayfee() {

{
"name": "@samouraiwallet/electrum-client",
"version": "1.2.2",
"version": "1.2.3",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=14.0.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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