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

@injectivelabs/dmm-proto-ts

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/dmm-proto-ts - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

8

cjs/dmm.d.ts

@@ -5,6 +5,6 @@ import { grpc } from "@injectivelabs/grpc-web";

export interface Pagination {
from: string;
height: string;
perPage: string;
total: string;
from?: number | undefined;
height?: number | undefined;
perPage?: number | undefined;
total?: number | undefined;
}

@@ -11,0 +11,0 @@ export interface GetEpochsRequest {

@@ -5,6 +5,6 @@ import { grpc } from "@injectivelabs/grpc-web";

export interface Pagination {
from: string;
height: string;
perPage: string;
total: string;
from?: number | undefined;
height?: number | undefined;
perPage?: number | undefined;
total?: number | undefined;
}

@@ -11,0 +11,0 @@ export interface GetEpochsRequest {

{
"name": "@injectivelabs/dmm-proto-ts",
"version": "1.0.13",
"version": "1.0.14",
"description": "Injective DMM API client with generated gRPC bindings.",

@@ -5,0 +5,0 @@ "sideEffects": "false",

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

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

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