Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uniswap/analytics-events

Package Overview
Dependencies
Maintainers
19
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/analytics-events - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/cjs/docs/index.js

3

lib/cjs/index.js

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

__exportStar(require("./properties.js"), exports);
__exportStar(require("./trace.js"), exports);
__exportStar(require("./interface/index.js"), exports);
__exportStar(require("./docs/index.js"), exports);

@@ -5,3 +5,3 @@ "use strict";

/**
* Event names that can occur in this application.
* Event names that can occur in the application.
*

@@ -19,2 +19,4 @@ * Subject to change as new features are added and new events are defined

EventName["EXPLORE_TOKEN_ROW_CLICKED"] = "Explore Token Row Clicked";
EventName["MENU_CLICK"] = "Menu Click";
EventName["NAVBAR_CLICK"] = "Navbar Click";
EventName["NAVBAR_RESULT_SELECTED"] = "Navbar Result Selected";

@@ -33,3 +35,5 @@ EventName["NAVBAR_SEARCH_EXITED"] = "Navbar Search Exited";

EventName["NFT_TRENDING_ROW_SELECTED"] = "Trending Row Selected";
EventName["PAGE_CLICK"] = "Page Click";
EventName["PAGE_VIEWED"] = "Page Viewed";
EventName["SEARCH_BAR_CLICKED"] = "Search Bar Clicked";
EventName["SWAP_AUTOROUTER_VISUALIZATION_EXPANDED"] = "Swap Autorouter Visualization Expanded";

@@ -36,0 +40,0 @@ EventName["SWAP_DETAILS_EXPANDED"] = "Swap Details Expanded";

export * from './primitives.js';
export * from './properties.js';
export * from './trace.js';
export * from './interface/index.js';
export * from './docs/index.js';
//# sourceMappingURL=index.d.ts.map
/**
* Event names that can occur in this application.
* Event names that can occur in the application.
*

@@ -14,2 +14,4 @@ * Subject to change as new features are added and new events are defined

EXPLORE_TOKEN_ROW_CLICKED = "Explore Token Row Clicked",
MENU_CLICK = "Menu Click",
NAVBAR_CLICK = "Navbar Click",
NAVBAR_RESULT_SELECTED = "Navbar Result Selected",

@@ -28,3 +30,5 @@ NAVBAR_SEARCH_EXITED = "Navbar Search Exited",

NFT_TRENDING_ROW_SELECTED = "Trending Row Selected",
PAGE_CLICK = "Page Click",
PAGE_VIEWED = "Page Viewed",
SEARCH_BAR_CLICKED = "Search Bar Clicked",
SWAP_AUTOROUTER_VISUALIZATION_EXPANDED = "Swap Autorouter Visualization Expanded",

@@ -31,0 +35,0 @@ SWAP_DETAILS_EXPANDED = "Swap Details Expanded",

/**
* Event names that can occur in this application.
* Event names that can occur in the application.
*

@@ -15,2 +15,4 @@ * Subject to change as new features are added and new events are defined

EventName["EXPLORE_TOKEN_ROW_CLICKED"] = "Explore Token Row Clicked";
EventName["MENU_CLICK"] = "Menu Click";
EventName["NAVBAR_CLICK"] = "Navbar Click";
EventName["NAVBAR_RESULT_SELECTED"] = "Navbar Result Selected";

@@ -29,3 +31,5 @@ EventName["NAVBAR_SEARCH_EXITED"] = "Navbar Search Exited";

EventName["NFT_TRENDING_ROW_SELECTED"] = "Trending Row Selected";
EventName["PAGE_CLICK"] = "Page Click";
EventName["PAGE_VIEWED"] = "Page Viewed";
EventName["SEARCH_BAR_CLICKED"] = "Search Bar Clicked";
EventName["SWAP_AUTOROUTER_VISUALIZATION_EXPANDED"] = "Swap Autorouter Visualization Expanded";

@@ -32,0 +36,0 @@ EventName["SWAP_DETAILS_EXPANDED"] = "Swap Details Expanded";

export * from './primitives.js';
export * from './properties.js';
export * from './trace.js';
export * from './interface/index.js';
export * from './docs/index.js';
//# sourceMappingURL=index.d.ts.map
/**
* Event names that can occur in this application.
* Event names that can occur in the application.
*

@@ -14,2 +14,4 @@ * Subject to change as new features are added and new events are defined

EXPLORE_TOKEN_ROW_CLICKED = "Explore Token Row Clicked",
MENU_CLICK = "Menu Click",
NAVBAR_CLICK = "Navbar Click",
NAVBAR_RESULT_SELECTED = "Navbar Result Selected",

@@ -28,3 +30,5 @@ NAVBAR_SEARCH_EXITED = "Navbar Search Exited",

NFT_TRENDING_ROW_SELECTED = "Trending Row Selected",
PAGE_CLICK = "Page Click",
PAGE_VIEWED = "Page Viewed",
SEARCH_BAR_CLICKED = "Search Bar Clicked",
SWAP_AUTOROUTER_VISUALIZATION_EXPANDED = "Swap Autorouter Visualization Expanded",

@@ -31,0 +35,0 @@ SWAP_DETAILS_EXPANDED = "Swap Details Expanded",

@@ -57,3 +57,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}

@@ -24,2 +24,8 @@ # Uniswap Labs Analytics Events

## Documentation
The top level folders such as [Interface](./src/interface) contain application specific data. This data gives context to the event being logged. Add a new folder for every new application being added.
The top level files, such as [primitives](./src//primitives.ts) contain generic data that is supposed to be reused by different applications. This data describes the events being logged, such as `EventName.MENU_CLICK`, which reflects an event on a menu. Specific event context should be captured in additional fields beyond the event name to create user-friendly hierarchy groupings.
## Example Apps

@@ -26,0 +32,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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