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.1 to 2.0.2

5

dist/index.d.ts

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

receivedTimestamp: number;
keepAliveTimer: NodeJS.Timer;
timers: {
keepAlive?: NodeJS.Timer;
reconnect?: NodeJS.Timer;
};
status: ConnectionStatus;

@@ -203,0 +206,0 @@ messageBuffer: string;

14

package.json
{
"name": "electrum-cash",
"version": "2.0.1",
"version": "2.0.2",
"description": "Electrum-cash is a lightweight JavaScript library that lets you connect with one or more Electrum servers.",

@@ -34,2 +34,14 @@ "main": "dist/index.cjs.js",

"author": "GeneralProtocols",
"contributors": [
{
"name": "Jonathan Silverblood",
"email": "electrumcash@monsterbitar.se",
"url": "https://gitlab.com/monsterbitar"
},
{
"name": "Rosco Kalis",
"email": "rosco@kalis.me",
"url": "https://kalis.me/"
}
],
"license": "MIT",

@@ -36,0 +48,0 @@ "bugs": {

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