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.5.6 to 1.5.7

6

dist/index.d.ts

@@ -143,2 +143,4 @@ /*!

symbol: string;
logo: URL;
decimals: number;
}

@@ -148,2 +150,4 @@ export interface SolTokenData {

symbol: string;
logo: URL;
decimals: number;
}

@@ -153,2 +157,4 @@ export interface TerraTokenData {

symbol: string;
logo: URL;
decimals: number;
}

@@ -155,0 +161,0 @@ export interface LogoData {

2

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

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

@@ -196,2 +196,4 @@ /*!

symbol: string
logo: URL
decimals: number
}

@@ -201,2 +203,4 @@ export interface SolTokenData {

symbol: string
logo: URL
decimals: number
}

@@ -206,2 +210,4 @@ export interface TerraTokenData {

symbol: string
logo: URL
decimals: number
}

@@ -208,0 +214,0 @@ export interface LogoData {

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