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

@gearbox-protocol/airdrop

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gearbox-protocol/airdrop - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

dist/utils/formatter.d.ts

4

dist/merkle/parse-accounts.d.ts
import { BigNumberish } from "ethers";
export interface AirdropDistributorInfo {
export interface RewardsDistributorInfo {
merkleRoot: string;

@@ -18,2 +18,2 @@ tokenTotal: string;

};
export declare function parseBalanceMap(balances: ClaimableBalance[]): AirdropDistributorInfo;
export declare function parseBalanceMap(balances: ClaimableBalance[]): RewardsDistributorInfo;
{
"name": "@gearbox-protocol/airdrop",
"description": "Airdrop center for Gearbox protocol",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://gearbox.fi",

@@ -36,3 +36,6 @@ "keywords": [

},
"dependencies": {},
"dependencies": {
"@types/axios": "^0.14.0",
"axios": "^1.2.1"
},
"devDependencies": {

@@ -39,0 +42,0 @@ "@commitlint/cli": "^17.2.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