Socket
Socket
Sign inDemoInstall

tendermint

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tendermint - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

6

lib/lightNode.js

@@ -156,7 +156,3 @@ 'use strict';

try {
// test if this commit is signed by 2/3+ of our old set
// (throws if not)
verifyCommitSigs(header, commit, this._state.validators);
// verifiable, let's update
// try to verify (throws if we can't)
await this.update(header, commit);

@@ -163,0 +159,0 @@

2

package.json
{
"name": "tendermint",
"version": "4.0.4",
"version": "4.0.5",
"description": "A light client which talks to your Tendermint node over RPC",

@@ -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