68publishers-cookie-consent
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "68publishers-cookie-consent", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.68publishers.io/", |
@@ -44,3 +44,3 @@ 'use strict'; | ||
const element = this._document.createElement('style'); | ||
element.innerText = content; | ||
element.innerText = content.replace(/\s/g, ''); | ||
@@ -47,0 +47,0 @@ this._appendStylesheet(element); |
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
70957