New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kava-labs/javascript-sdk

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kava-labs/javascript-sdk - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

2

package.json
{
"name": "@kava-labs/javascript-sdk",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Supports interaction with the Kava blockchain via a REST api",

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

@@ -151,3 +151,3 @@ /***************************************************

function newMsgClaimReward(sender, denom) {
function newMsgClaimReward(sender, collateralType, multiplierName) {
return {

@@ -157,3 +157,4 @@ type: 'incentive/MsgClaimReward',

sender: sender,
denom: denom,
collateral_type: collateralType,
multiplier_name: multiplierName
},

@@ -160,0 +161,0 @@ };

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