@financial-times/n-tracking
Advanced tools
Comparing version 7.2.2 to 7.2.3
@@ -46,2 +46,3 @@ 'use strict'; | ||
var img = new Image(); | ||
img.alt = ""; | ||
img.src = currentScript.getAttribute('data-pixel-src'); | ||
@@ -48,0 +49,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"browser": "dist/browser.js", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "repository": "Financial-Times/n-tracking.git", |
@@ -33,3 +33,3 @@ import React from 'react'; | ||
var img = new Image(); | ||
img.alt = "" | ||
img.src = currentScript.getAttribute('data-pixel-src'); | ||
@@ -36,0 +36,0 @@ } |
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
686707
18023