Socket
Socket
Sign inDemoInstall

@emeris/types

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emeris/types - npm Package Compare versions

Comparing version 0.2.3-pr-176-ec6792078977e5a2f7dd0ffd405d5c4196b56d00.0 to 0.2.3-pr-177-e9d3cae89de00fab4baea39e0007c422080618a2.0

6

lib/EmerisAirdrops.d.ts

@@ -15,6 +15,2 @@ export declare type AirdropEligibilityCriteria = {

};
export declare type AirdropCount = {
count: number;
totalAirdrops: number;
};
export declare type AirdropFile = {

@@ -68,4 +64,2 @@ name: string;

airdropFileName: string;
checkEligibility: boolean;
totalAirdrops: number;
};

@@ -72,0 +66,0 @@ export declare enum AirdropDateStatus {

4

package.json
{
"name": "@emeris/types",
"version": "0.2.3-pr-176-ec6792078977e5a2f7dd0ffd405d5c4196b56d00.0+ec67920",
"version": "0.2.3-pr-177-e9d3cae89de00fab4baea39e0007c422080618a2.0+e9d3cae",
"description": "Emeris common types",

@@ -23,3 +23,3 @@ "author": "Ignite, Inc <hello@ignt.com>",

},
"gitHead": "ec6792078977e5a2f7dd0ffd405d5c4196b56d00"
"gitHead": "e9d3cae89de00fab4baea39e0007c422080618a2"
}

@@ -16,8 +16,2 @@ export type AirdropEligibilityCriteria = {

};
export type AirdropCount = {
count: number;
totalAirdrops: number;
};
export type AirdropFile = {

@@ -39,5 +33,3 @@ name: string;

};
export type AirdropList = Array<AirdropFile>;
export type Airdrop = {

@@ -76,11 +68,9 @@ project: string;

airdropFileName: string;
checkEligibility: boolean;
totalAirdrops: number;
};
export enum AirdropDateStatus {
NOT_ANNOUNCED = "NOT_ANNOUNCED",
NOT_STARTED = "NOT_STARTED",
ONGOING = "ONGOING",
ENDED = "ENDED",
}
NOT_ANNOUNCED = 'NOT_ANNOUNCED',
NOT_STARTED = 'NOT_STARTED',
ONGOING = 'ONGOING',
ENDED = 'ENDED',
}

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