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

@kava-labs/javascript-sdk

Package Overview
Dependencies
Maintainers
5
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 9.0.0-beta to 9.0.0-beta-2

4

lib/index.d.ts

@@ -60,4 +60,4 @@ /// <reference types="node" />

receiver: string;
timeoutHeight: number;
timeoutTimestamp: number;
timeoutHeight: string;
timeoutTimestamp: string;
};

@@ -64,0 +64,0 @@ };

@@ -61,4 +61,4 @@ import { Coin } from '../../types/Coin';

receiver: string;
timeoutHeight: number;
timeoutTimestamp: number;
timeoutHeight: string;
timeoutTimestamp: string;
};

@@ -65,0 +65,0 @@ };

@@ -69,4 +69,4 @@ "use strict";

receiver: receiver,
timeoutHeight: 0,
timeoutTimestamp: timeoutTimestamp,
timeoutHeight: '0',
timeoutTimestamp: timeoutTimestamp.toString(),
},

@@ -73,0 +73,0 @@ };

@@ -42,4 +42,4 @@ export declare const msg: {

receiver: string;
timeoutHeight: number;
timeoutTimestamp: number;
timeoutHeight: string;
timeoutTimestamp: string;
};

@@ -46,0 +46,0 @@ };

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

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

@@ -87,4 +87,4 @@ import { Coin } from '../../types/Coin';

receiver: receiver,
timeoutHeight: 0,
timeoutTimestamp: timeoutTimestamp,
timeoutHeight: '0',
timeoutTimestamp: timeoutTimestamp.toString(),
},

@@ -91,0 +91,0 @@ };

Sorry, the diff of this file is not supported yet

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