@snowplow/browser-plugin-performance-timing
Advanced tools
Comparing version 3.24.4 to 4.0.0-beta.1
@@ -16,4 +16,6 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core'; | ||
* for a given page view id when analysing in the warehouse | ||
* | ||
* @deprecated Use @snowplow/browser-plugin-performance-navigation-timing instead | ||
*/ | ||
declare function PerformanceTimingPlugin(): BrowserPlugin; | ||
export { PerformanceTimingPlugin }; |
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.24.4 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v4.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -43,2 +43,4 @@ * Licensed under BSD-3-Clause | ||
* for a given page view id when analysing in the warehouse | ||
* | ||
* @deprecated Use @snowplow/browser-plugin-performance-navigation-timing instead | ||
*/ | ||
@@ -83,3 +85,3 @@ function PerformanceTimingPlugin() { | ||
proxyStart: performanceTimingAlias.proxyStart, | ||
proxyEnd: performanceTimingAlias.proxyEnd | ||
proxyEnd: performanceTimingAlias.proxyEnd, | ||
}; | ||
@@ -89,3 +91,3 @@ return [ | ||
schema: 'iglu:org.w3/PerformanceTiming/jsonschema/1-0-0', | ||
data: performanceTiming | ||
data: performanceTiming, | ||
}, | ||
@@ -97,3 +99,3 @@ ]; | ||
return { | ||
contexts: function () { return getPerformanceTimingContext(); } | ||
contexts: function () { return getPerformanceTimingContext(); }, | ||
}; | ||
@@ -100,0 +102,0 @@ } |
@@ -16,4 +16,6 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core'; | ||
* for a given page view id when analysing in the warehouse | ||
* | ||
* @deprecated Use @snowplow/browser-plugin-performance-navigation-timing instead | ||
*/ | ||
declare function PerformanceTimingPlugin(): BrowserPlugin; | ||
export { PerformanceTimingPlugin }; |
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.24.4 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v4.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -49,2 +49,4 @@ * Licensed under BSD-3-Clause | ||
* for a given page view id when analysing in the warehouse | ||
* | ||
* @deprecated Use @snowplow/browser-plugin-performance-navigation-timing instead | ||
*/ | ||
@@ -89,3 +91,3 @@ function PerformanceTimingPlugin() { | ||
proxyStart: performanceTimingAlias.proxyStart, | ||
proxyEnd: performanceTimingAlias.proxyEnd | ||
proxyEnd: performanceTimingAlias.proxyEnd, | ||
}; | ||
@@ -95,3 +97,3 @@ return [ | ||
schema: 'iglu:org.w3/PerformanceTiming/jsonschema/1-0-0', | ||
data: performanceTiming | ||
data: performanceTiming, | ||
}, | ||
@@ -103,3 +105,3 @@ ]; | ||
return { | ||
contexts: function () { return getPerformanceTimingContext(); } | ||
contexts: function () { return getPerformanceTimingContext(); }, | ||
}; | ||
@@ -106,0 +108,0 @@ } |
@@ -16,4 +16,6 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core'; | ||
* for a given page view id when analysing in the warehouse | ||
* | ||
* @deprecated Use @snowplow/browser-plugin-performance-navigation-timing instead | ||
*/ | ||
declare function PerformanceTimingPlugin(): BrowserPlugin; | ||
export { PerformanceTimingPlugin }; |
/*! | ||
* Attaches Performance Timing data to Snowplow events v3.24.4 (http://bit.ly/sp-js) | ||
* Attaches Performance Timing data to Snowplow events v4.0.0-beta.1 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
{ | ||
"name": "@snowplow/browser-plugin-performance-timing", | ||
"version": "3.24.4", | ||
"version": "4.0.0-beta.1", | ||
"description": "Attaches Performance Timing data to Snowplow events", | ||
@@ -22,4 +22,4 @@ "homepage": "http://bit.ly/sp-js", | ||
"tslib": "^2.3.1", | ||
"@snowplow/browser-tracker-core": "3.24.4", | ||
"@snowplow/tracker-core": "3.24.4" | ||
"@snowplow/browser-tracker-core": "4.0.0-beta.1", | ||
"@snowplow/tracker-core": "4.0.0-beta.1" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@snowplow/browser-tracker": "~3.24.4" | ||
"@snowplow/browser-tracker": "~4.0.0-beta.1" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ # Snowplow Performance Timing Tracking | ||
Part of the Snowplow JavaScript Tracker monorepo. | ||
Build with [Node.js](https://nodejs.org/en/) (18 - 20) and [Rush](https://rushjs.io/). | ||
Build with [Node.js](https://nodejs.org/en/) (14 or 16) and [Rush](https://rushjs.io/). | ||
@@ -16,0 +16,0 @@ ### Setup repository |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
60215
277
1
+ Added@snowplow/browser-tracker@4.0.4(transitive)
+ Added@snowplow/browser-tracker-core@4.0.0-beta.14.0.4(transitive)
+ Added@snowplow/tracker-core@4.0.0-beta.14.0.4(transitive)
+ Addeduuid@10.0.08.3.2(transitive)
- Removed@snowplow/browser-tracker@3.24.6(transitive)
- Removed@snowplow/browser-tracker-core@3.24.43.24.6(transitive)
- Removed@snowplow/tracker-core@3.24.43.24.6(transitive)
- Removeduuid@3.4.0(transitive)