68publishers-cookie-consent
Advanced tools
Comparing version 0.3.6-beta.0 to 0.3.6-beta.1
{ | ||
"name": "68publishers-cookie-consent", | ||
"version": "0.3.6-beta.0", | ||
"version": "0.3.6-beta.1", | ||
"description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.68publishers.io/", |
@@ -163,3 +163,8 @@ 'use strict'; | ||
const storage = storageArr[storageKey]; | ||
const checkName = null !== storage.syncConsentWith ? storage.syncConsentWith : storage.name; | ||
if (this._cookieConsent.allowedCategory(checkName)) { | ||
continue; | ||
} | ||
if ('number' !== typeof storage.showModalAgainExpiration) { | ||
@@ -166,0 +171,0 @@ continue; |
Sorry, the diff of this file is too big to display
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
128156
994