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

@financial-times/n-tracking

Package Overview
Dependencies
Maintainers
10
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.2.0 to 7.2.1

7

dist/server.js

@@ -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

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