@uniswap/analytics-events
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
85480
33
880
43
0
3
70