@financial-times/o-tracking
Advanced tools
Comparing version 4.3.1 to 4.3.2
# Changelog | ||
### [4.3.2](https://www.github.com/Financial-Times/origami/compare/o-tracking-v4.3.1...o-tracking-v4.3.2) (2022-04-21) | ||
### Bug Fixes | ||
* Adds basic existence checking to most module entry points ([#714](https://www.github.com/Financial-Times/origami/issues/714)) ([7ba3a61](https://www.github.com/Financial-Times/origami/commit/7ba3a61d0de2a32d3a27a225fd4258b3820c7bda)) | ||
### [4.3.1](https://www.github.com/Financial-Times/origami/compare/o-tracking-v4.3.0...o-tracking-v4.3.1) (2022-04-20) | ||
@@ -4,0 +11,0 @@ |
@@ -15,3 +15,5 @@ import tracking from './src/javascript/tracking.js'; | ||
// consumer of the library. | ||
document.addEventListener('o.DOMContentLoaded', initialise); | ||
if (typeof document !== 'undefined') { | ||
document.addEventListener('o.DOMContentLoaded', initialise); | ||
} | ||
@@ -18,0 +20,0 @@ /** |
{ | ||
"name": "@financial-times/o-tracking", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Provides tracking for a product. Tracking requests are sent to the Spoor API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
150681
2653