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 2.0.0 to 2.0.1

1

lib/client.js

@@ -25,2 +25,3 @@ 'use strict';

function convertArgs(args) {
args = args || {};
for (var k in args) {

@@ -27,0 +28,0 @@ var v = args[k];

2

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

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

@@ -14,2 +14,3 @@ 'use strict'

function convertArgs (args) {
args = args || {}
for (let k in args) {

@@ -16,0 +17,0 @@ let v = args[k]

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