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.8 to 1.5.9

2

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

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

@@ -11,4 +11,4 @@ /*!

// Basic Types:
export type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'sol' | 'terra';
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000;
export type Chain = 'eth' | 'bsc' | 'poly' | 'ftm' | 'avax' | 'one' | 'cronos' | 'sol' | 'terra';
export type ChainID = 1 | 56 | 137 | 250 | 43114 | 1666600000 | 25;
export type URL = `https://${string}`;

@@ -31,2 +31,3 @@ export type Address = `0x${string}`;

one: "harmony",
cronos: "cronos",
sol: "solana",

@@ -33,0 +34,0 @@ terra: "terra"

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