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.9 to 1.6.0

4

dist/index.d.ts

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

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

@@ -11,0 +11,0 @@ export declare type Address = `0x${string}`;

@@ -17,2 +17,3 @@ "use strict";

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

@@ -19,0 +20,0 @@ terra: "terra"

{
"name": "cookietrack-types",
"version": "1.5.9",
"version": "1.6.0",
"description": "Common Typings for CookieTrack.",
"main": "dist/index.js",
"scripts": {
"prepack": "npm run build",
"build": "tsc"

@@ -8,0 +9,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