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

@injectivelabs/indexer-proto-ts

Package Overview
Dependencies
Maintainers
9
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.11.32 to 1.11.33

cjs/health.d.ts

9

cjs/injective_campaign_rpc.d.ts

@@ -46,2 +46,4 @@ import { grpc } from "@injectivelabs/grpc-web";

userScore: string;
/** Return true if user claimed the reward of this campaign */
userClaimed: boolean;
}

@@ -74,2 +76,4 @@ export interface Coin {

galxeUpdated: boolean;
/** True if this user claimed the reward */
rewardClaimed: boolean;
}

@@ -99,6 +103,9 @@ /** Paging defines the structure for required params for handling pagination */

toRoundId: number;
/** Contract address that manages the round and reward */
contractAddress: string;
}
export interface CampaignsResponse {
campaigns: Campaign[];
accountRewards: Coin[];
accumulatedRewards: Coin[];
rewardCount: number;
}

@@ -105,0 +112,0 @@ export interface ListGuildsRequest {

@@ -46,2 +46,4 @@ import { grpc } from "@injectivelabs/grpc-web";

userScore: string;
/** Return true if user claimed the reward of this campaign */
userClaimed: boolean;
}

@@ -74,2 +76,4 @@ export interface Coin {

galxeUpdated: boolean;
/** True if this user claimed the reward */
rewardClaimed: boolean;
}

@@ -99,6 +103,9 @@ /** Paging defines the structure for required params for handling pagination */

toRoundId: number;
/** Contract address that manages the round and reward */
contractAddress: string;
}
export interface CampaignsResponse {
campaigns: Campaign[];
accountRewards: Coin[];
accumulatedRewards: Coin[];
rewardCount: number;
}

@@ -105,0 +112,0 @@ export interface ListGuildsRequest {

2

package.json
{
"name": "@injectivelabs/indexer-proto-ts",
"version": "1.11.32",
"version": "1.11.33",
"description": "Injective Indexer 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