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

cookietrack-types

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookietrack-types - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

13

dist/index.d.ts

@@ -115,2 +115,15 @@ /*!

}
export interface ChainTokenData {
tokens: TokenData[];
logos: LogoData[];
blacklist: (Address | SolAddress | TerraAddress)[];
}
export interface TokenData {
address: Address | SolAddress | TerraAddress;
symbol: string;
}
export interface LogoData {
symbol: string;
logo: URL;
}
export interface APIResponse {

@@ -117,0 +130,0 @@ status: 'ok' | 'error';

2

package.json
{
"name": "cookietrack-types",
"version": "1.2.0",
"version": "1.3.0",
"description": "Common Typings for CookieTrack.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -145,3 +145,3 @@ /*!

export interface ABITupleIO {
type: 'tuple[]',
type: 'tuple[]'
components: ABIIO[]

@@ -166,2 +166,19 @@ }

// Chain Token Data Interface:
export interface ChainTokenData {
tokens: TokenData[]
logos: LogoData[]
blacklist: (Address | SolAddress | TerraAddress)[]
}
export interface TokenData {
address: Address | SolAddress | TerraAddress
symbol: string
}
export interface LogoData {
symbol: string
logo: URL
}
/* ========================================================================================================================================================================= */
// API Response Interface:

@@ -168,0 +185,0 @@ export interface APIResponse {

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