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

electrum-cash

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-cash - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10-development.3381792867

3

dist/index.d.ts

@@ -322,3 +322,3 @@ /// <reference types="node" />

*/
onSocketError(error: Error | any): void;
onSocketError(error: any | undefined): void;
}

@@ -350,2 +350,3 @@ //# sourceMappingURL=electrum-connection.d.ts.map

};
connectionLock: Mutex;
/**

@@ -352,0 +353,0 @@ * Initializes an Electrum client.

{
"name": "electrum-cash",
"version": "2.0.9",
"version": "2.0.10-development.3381792867",
"description": "Electrum-cash is a lightweight JavaScript library that lets you connect with one or more Electrum servers.",

@@ -8,2 +8,6 @@ "main": "dist/index.cjs.js",

"typings": "dist/index.d.ts",
"browser": {
"net": false,
"tls": false
},
"directories": {

@@ -10,0 +14,0 @@ "example": "examples",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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