consent-string
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -362,3 +362,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
value: function isPurposeAllowed(purposeId) { | ||
return this.purposes.indexOf(purposeId) !== -1; | ||
return this.allowedPurposeIds.indexOf(purposeId) !== -1; | ||
} | ||
@@ -365,0 +365,0 @@ |
{ | ||
"name": "consent-string", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Encode and decode web-safe base64 consent information with the IAB EU's GDPR Transparency and Consent Framework", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/InteractiveAdvertisingBureau/Consent-String-SDK-JS", |
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
45553