68publishers-cookie-consent
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "68publishers-cookie-consent", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.68publishers.io/", |
@@ -141,3 +141,4 @@ 'use strict'; | ||
_showModalAgainIfAnyStorageIsExpired() { | ||
let lastActionDate = this._cookieConsent.get('data').last_action_date; | ||
let lastActionDate = (this._cookieConsent.get('data') || {}).last_action_date; | ||
lastActionDate = lastActionDate ? new Date(lastActionDate) : undefined; | ||
@@ -144,0 +145,0 @@ |
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
128157