@shopify/performance
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "@shopify/performance", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Primitives for collecting browser performance metrics.", |
@@ -36,3 +36,3 @@ # `@shopify/performance` | ||
// Listen for the start of new navigations. | ||
performance.on('navigationStart', () => {}); | ||
performance.on('inflightNavigation', () => {}); | ||
@@ -39,0 +39,0 @@ // Listen for "lifecycle" events; that is, those that are part of the initial |
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
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
42895