Socket
Socket
Sign inDemoInstall

@terra-money/terra.js

Package Overview
Dependencies
117
Maintainers
11
Versions
230
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

2

dist/client/lcd/api/TxAPI.js

@@ -493,3 +493,3 @@ "use strict";

return [2 /*return*/, this.c
.getRaw("cosmos/tx/v1beta1/txs", params)
.getRaw("/cosmos/tx/v1beta1/txs", params)
.then(function (d) {

@@ -496,0 +496,0 @@ return {

@@ -27,3 +27,3 @@ import { JSONSerializable } from '../../../util/json';

interface Amino {
type: 'distribution/MsgWithdrawValidatorCommission' | 'cosmos-sdk/MsgWithdrawValCommission';
type: 'distribution/MsgWithdrawValidatorCommission' | 'cosmos-sdk/MsgWithdrawValidatorCommission';
value: {

@@ -30,0 +30,0 @@ validator_address: ValAddress;

@@ -47,3 +47,3 @@ "use strict";

? 'distribution/MsgWithdrawValidatorCommission'
: 'cosmos-sdk/MsgWithdrawValCommission',
: 'cosmos-sdk/MsgWithdrawValidatorCommission',
value: {

@@ -50,0 +50,0 @@ validator_address: validator_address,

@@ -39,3 +39,3 @@ "use strict";

case 'distribution/MsgWithdrawValidatorCommission':
case 'cosmos-sdk/MsgWithdrawValCommission':
case 'cosmos-sdk/MsgWithdrawValidatorCommission':
return msgs_2.MsgWithdrawValidatorCommission.fromAmino(data, isClassic);

@@ -42,0 +42,0 @@ case 'distribution/MsgFundCommunityPool':

{
"name": "@terra-money/terra.js",
"version": "3.1.6",
"version": "3.1.7",
"description": "The JavaScript SDK for Terra",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc