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 2.6.0 to 2.7.0

1

lib/cjs/interface/events.js

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

InterfaceEventName["FIAT_ONRAMP_WIDGET_OPENED"] = "Fiat Onramp Widget Opened";
InterfaceEventName["MINI_PORTFOLIO_TOGGLED"] = "Mini Portfolio Drawer Toggled";
InterfaceEventName["NAVBAR_RESULT_SELECTED"] = "Navbar Result Selected";

@@ -19,0 +20,0 @@ InterfaceEventName["NAVBAR_SEARCH_EXITED"] = "Navbar Search Exited";

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

InterfaceSectionName["CURRENCY_OUTPUT_PANEL"] = "swap-currency-output";
InterfaceSectionName["MINI_PORTFOLIO"] = "mini-portfolio";
InterfaceSectionName["NAVBAR_SEARCH"] = "Navbar Search";

@@ -63,2 +64,3 @@ InterfaceSectionName["WIDGET"] = "widget";

InterfaceElementName["CONTINUE_BUTTON"] = "continue-button";
InterfaceElementName["DISCONNECT_WALLET_BUTTON"] = "disconnect-wallet-button";
InterfaceElementName["DOCS_LINK"] = "docs-link";

@@ -72,2 +74,5 @@ InterfaceElementName["EXPLORE_BANNER"] = "explore-banner";

InterfaceElementName["MAX_TOKEN_AMOUNT_BUTTON"] = "max-token-amount-button";
InterfaceElementName["MINI_PORTFOLIO_NFT_TAB"] = "mini-portfolio-nft-tab";
InterfaceElementName["MINI_PORTFOLIO_POOLS_TAB"] = "mini-portfolio-pools-tab";
InterfaceElementName["MINI_PORTFOLIO_TOKENS_TAB"] = "mini-portfolio-tokens-tab";
InterfaceElementName["NAVBAR_SEARCH_INPUT"] = "navbar-search-input";

@@ -74,0 +79,0 @@ InterfaceElementName["NFT_ACTIVITY_TAB"] = "nft-activity-tab";

@@ -13,2 +13,3 @@ /**

FIAT_ONRAMP_WIDGET_OPENED = "Fiat Onramp Widget Opened",
MINI_PORTFOLIO_TOGGLED = "Mini Portfolio Drawer Toggled",
NAVBAR_RESULT_SELECTED = "Navbar Result Selected",

@@ -15,0 +16,0 @@ NAVBAR_SEARCH_EXITED = "Navbar Search Exited",

@@ -26,2 +26,3 @@ /**

CURRENCY_OUTPUT_PANEL = "swap-currency-output",
MINI_PORTFOLIO = "mini-portfolio",
NAVBAR_SEARCH = "Navbar Search",

@@ -56,2 +57,3 @@ WIDGET = "widget"

CONTINUE_BUTTON = "continue-button",
DISCONNECT_WALLET_BUTTON = "disconnect-wallet-button",
DOCS_LINK = "docs-link",

@@ -65,2 +67,5 @@ EXPLORE_BANNER = "explore-banner",

MAX_TOKEN_AMOUNT_BUTTON = "max-token-amount-button",
MINI_PORTFOLIO_NFT_TAB = "mini-portfolio-nft-tab",
MINI_PORTFOLIO_POOLS_TAB = "mini-portfolio-pools-tab",
MINI_PORTFOLIO_TOKENS_TAB = "mini-portfolio-tokens-tab",
NAVBAR_SEARCH_INPUT = "navbar-search-input",

@@ -67,0 +72,0 @@ NFT_ACTIVITY_TAB = "nft-activity-tab",

@@ -14,2 +14,3 @@ /**

InterfaceEventName["FIAT_ONRAMP_WIDGET_OPENED"] = "Fiat Onramp Widget Opened";
InterfaceEventName["MINI_PORTFOLIO_TOGGLED"] = "Mini Portfolio Drawer Toggled";
InterfaceEventName["NAVBAR_RESULT_SELECTED"] = "Navbar Result Selected";

@@ -16,0 +17,0 @@ InterfaceEventName["NAVBAR_SEARCH_EXITED"] = "Navbar Search Exited";

@@ -28,2 +28,3 @@ /**

InterfaceSectionName["CURRENCY_OUTPUT_PANEL"] = "swap-currency-output";
InterfaceSectionName["MINI_PORTFOLIO"] = "mini-portfolio";
InterfaceSectionName["NAVBAR_SEARCH"] = "Navbar Search";

@@ -60,2 +61,3 @@ InterfaceSectionName["WIDGET"] = "widget";

InterfaceElementName["CONTINUE_BUTTON"] = "continue-button";
InterfaceElementName["DISCONNECT_WALLET_BUTTON"] = "disconnect-wallet-button";
InterfaceElementName["DOCS_LINK"] = "docs-link";

@@ -69,2 +71,5 @@ InterfaceElementName["EXPLORE_BANNER"] = "explore-banner";

InterfaceElementName["MAX_TOKEN_AMOUNT_BUTTON"] = "max-token-amount-button";
InterfaceElementName["MINI_PORTFOLIO_NFT_TAB"] = "mini-portfolio-nft-tab";
InterfaceElementName["MINI_PORTFOLIO_POOLS_TAB"] = "mini-portfolio-pools-tab";
InterfaceElementName["MINI_PORTFOLIO_TOKENS_TAB"] = "mini-portfolio-tokens-tab";
InterfaceElementName["NAVBAR_SEARCH_INPUT"] = "navbar-search-input";

@@ -71,0 +76,0 @@ InterfaceElementName["NFT_ACTIVITY_TAB"] = "nft-activity-tab";

@@ -13,2 +13,3 @@ /**

FIAT_ONRAMP_WIDGET_OPENED = "Fiat Onramp Widget Opened",
MINI_PORTFOLIO_TOGGLED = "Mini Portfolio Drawer Toggled",
NAVBAR_RESULT_SELECTED = "Navbar Result Selected",

@@ -15,0 +16,0 @@ NAVBAR_SEARCH_EXITED = "Navbar Search Exited",

@@ -26,2 +26,3 @@ /**

CURRENCY_OUTPUT_PANEL = "swap-currency-output",
MINI_PORTFOLIO = "mini-portfolio",
NAVBAR_SEARCH = "Navbar Search",

@@ -56,2 +57,3 @@ WIDGET = "widget"

CONTINUE_BUTTON = "continue-button",
DISCONNECT_WALLET_BUTTON = "disconnect-wallet-button",
DOCS_LINK = "docs-link",

@@ -65,2 +67,5 @@ EXPLORE_BANNER = "explore-banner",

MAX_TOKEN_AMOUNT_BUTTON = "max-token-amount-button",
MINI_PORTFOLIO_NFT_TAB = "mini-portfolio-nft-tab",
MINI_PORTFOLIO_POOLS_TAB = "mini-portfolio-pools-tab",
MINI_PORTFOLIO_TOKENS_TAB = "mini-portfolio-tokens-tab",
NAVBAR_SEARCH_INPUT = "navbar-search-input",

@@ -67,0 +72,0 @@ NFT_ACTIVITY_TAB = "nft-activity-tab",

2

package.json

@@ -58,3 +58,3 @@ {

},
"version": "2.6.0"
"version": "2.7.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

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