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.1.0 to 1.1.1

3

dist/index.d.ts

@@ -59,2 +59,3 @@ /*!

type: TXType;
token: TXToken;
nativeToken: string;

@@ -64,3 +65,2 @@ }

type: 'approve' | 'revoke';
token: TXToken;
nativeToken: string;

@@ -72,3 +72,2 @@ }

to: Address;
token: TXToken;
value: number;

@@ -75,0 +74,0 @@ nativeToken: string;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "cookietrack-types",
"version": "1.1.0",
"version": "1.1.1",
"description": "Common Typings for CookieTrack.",

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

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

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

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

type: TXType
token: TXToken
nativeToken: string

@@ -87,3 +88,2 @@ }

type: 'approve' | 'revoke'
token: TXToken
nativeToken: string

@@ -95,3 +95,2 @@ }

to: Address
token: TXToken
value: number

@@ -98,0 +97,0 @@ nativeToken: string

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