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

@injectivelabs/abacus-proto-ts

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.13.2 to 1.13.3

8

cjs/points_svc.d.ts

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

export interface HistoricalPointsStatsRow {
/** Week number in ISO format. */
week: string;
/** Day in ISO format. */
day?: string | undefined;
/** Amount of points allocated for an account address during time window. */

@@ -40,6 +44,2 @@ points: string;

volume: number;
/** Time window start. */
periodStart: string;
/** Time window end. */
periodEnd: string;
}

@@ -46,0 +46,0 @@ export interface PointsStatsWeeklyForAccountRequest {

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

export interface HistoricalPointsStatsRow {
/** Week number in ISO format. */
week: string;
/** Day in ISO format. */
day?: string | undefined;
/** Amount of points allocated for an account address during time window. */

@@ -40,6 +44,2 @@ points: string;

volume: number;
/** Time window start. */
periodStart: string;
/** Time window end. */
periodEnd: string;
}

@@ -46,0 +46,0 @@ export interface PointsStatsWeeklyForAccountRequest {

{
"name": "@injectivelabs/abacus-proto-ts",
"version": "1.13.2",
"version": "1.13.3",
"description": "Injective Abacus 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