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.11 to 0.1.12

2

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

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

@@ -90,3 +90,3 @@

Object.keys(this.callback_message_queue).forEach((key) => {
this.callback_message_queue[key](new Error('close connect'))
this.onError('close connect')
delete this.callback_message_queue[key]

@@ -105,3 +105,3 @@ })

onError(error) {
console.log(`onError: [${error}]`)
this.subscribe.emit('error', `onError: [${error}]`)
}

@@ -108,0 +108,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