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
11
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.1.0 to 7.1.1

3

dist/server.js

@@ -55,3 +55,4 @@ 'use strict';

}), /*#__PURE__*/React.createElement("noscript", null, /*#__PURE__*/React.createElement("img", {
src: pixel + encodedTrackingData.replace(placeholder, 'no-js')
src: pixel + encodedTrackingData.replace(placeholder, 'no-js'),
alt: ""
})));

@@ -58,0 +59,0 @@ }

@@ -6,3 +6,3 @@ {

"browser": "dist/browser.js",
"version": "7.1.0",
"version": "7.1.1",
"license": "MIT",

@@ -9,0 +9,0 @@ "repository": "Financial-Times/n-tracking.git",

@@ -50,3 +50,3 @@ import React from 'react';

<noscript>
<img src={pixel + encodedTrackingData.replace(placeholder, 'no-js')} />
<img src={pixel + encodedTrackingData.replace(placeholder, 'no-js')} alt="" />
</noscript>

@@ -53,0 +53,0 @@ </React.Fragment>

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