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

@aguycalled/electrum-client-js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aguycalled/electrum-client-js - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

package.json
{
"name": "@aguycalled/electrum-client-js",
"version": "0.1.13",
"version": "0.1.14",
"description": "Electrum protocol client for node.js and browser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,2 +28,4 @@ const SocketClient = require('../socket/socket_client')

this.onReady()
// Get banner.

@@ -30,0 +32,0 @@ const banner = await this.server_banner()

@@ -88,2 +88,6 @@

onReady() {
this.subscribe.emit('ready')
}
onClose(event) {

@@ -90,0 +94,0 @@ this.status = 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