New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 1.2.0

8

dist/index.d.ts

@@ -92,5 +92,5 @@ /*!

constant: true;
inputs: ABIIO[];
inputs: (ABIIO | ABITupleIO)[];
name: string;
outputs: ABIIO[];
outputs: (ABIIO | ABITupleIO)[];
type: 'function';

@@ -102,2 +102,6 @@ }

}
export interface ABITupleIO {
type: 'tuple[]';
components: ABIIO[];
}
export interface ChainData {

@@ -104,0 +108,0 @@ id: ChainID;

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

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

@@ -135,5 +135,5 @@ /*!

constant: true
inputs: ABIIO[]
inputs: (ABIIO | ABITupleIO)[]
name: string
outputs: ABIIO[]
outputs: (ABIIO | ABITupleIO)[]
type: 'function'

@@ -145,2 +145,6 @@ }

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

@@ -147,0 +151,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