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

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 1.1.0 to 1.1.1

A

3

lib/client.js

@@ -44,4 +44,3 @@ 'use strict';

get({
uri: method,
baseUrl: this.uri,
uri: this.uri + method,
qs: convertArgs(args),

@@ -48,0 +47,0 @@ json: true

{
"name": "tendermint",
"version": "1.1.0",
"version": "1.1.1",
"description": "A light client which talks to your Tendermint node over RPC",

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

@@ -32,4 +32,3 @@ 'use strict'

get({
uri: method,
baseUrl: this.uri,
uri: this.uri + method,
qs: convertArgs(args),

@@ -36,0 +35,0 @@ json: true

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