@financial-times/n-tracking
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -31,3 +31,4 @@ 'use strict'; | ||
}, | ||
context: { ...context, | ||
context: { | ||
...context, | ||
product: 'next', | ||
@@ -39,4 +40,5 @@ data: { | ||
}; | ||
const encodedTrackingData = encodeURIComponent(JSON.stringify(trackingData)); // NOTE: This function will be stringified and embedded so use ES5 only! | ||
const encodedTrackingData = encodeURIComponent(JSON.stringify(trackingData)); | ||
// NOTE: This function will be stringified and embedded so use ES5 only! | ||
function coreExperience() { | ||
@@ -49,3 +51,2 @@ if (/\bcore\b/.test(document.documentElement.className)) { | ||
} | ||
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("script", { | ||
@@ -52,0 +53,0 @@ // To pass this information to the client-side |
@@ -6,3 +6,3 @@ { | ||
"browser": "dist/browser.js", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "repository": "Financial-Times/n-tracking.git", | ||
"@financial-times/o-viewport": "^4.0.0", | ||
"@financial-times/privacy-us-privacy": "^1.0.0", | ||
"@financial-times/privacy-us-privacy": "1.0.0", | ||
"ready-state": "^2.0.5", | ||
@@ -46,0 +46,0 @@ "web-vitals": "^3.4.0" |
Sorry, the diff of this file is too big to display
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
686268
18016
+ Added@financial-times/privacy-us-privacy@1.0.0(transitive)
- Removed@financial-times/privacy-us-privacy@1.3.0(transitive)