@financial-times/n-tracking
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -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> |
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
1106523
28835