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

tendermint-rpc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tendermint-rpc - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

index.js

@@ -114,5 +114,2 @@ // settings = {

function failover (settings, count, callback) {
// modulo for wrap around
count = count % settings.remotes.length
// if all remotes are bad, clear and try again after a 1 second delay

@@ -125,3 +122,3 @@ if (

setTimeout(function () {
failover(settings, (count + 1), callback)
failover(settings, 0, callback)
}, 1000)

@@ -128,0 +125,0 @@

2

package.json
{
"name": "tendermint-rpc",
"version": "0.0.2",
"version": "0.0.3",
"description": "This is a simple RPC wrapper for the Tendermint API",

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

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