Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@financial-times/o-tracking

Package Overview
Dependencies
Maintainers
9
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-tracking - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

7

CHANGELOG.md
# 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 @@

4

main.js

@@ -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": [

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