vanilla-cookieconsent
Advanced tools
Comparing version 2.8.3 to 2.8.4
/*! | ||
* CookieConsent v2.8.3 | ||
* CookieConsent v2.8.4 | ||
* https://www.github.com/orestbida/cookieconsent | ||
@@ -4,0 +4,0 @@ * Author Orest Bida |
{ | ||
"name": "vanilla-cookieconsent", | ||
"version": "v2.8.3", | ||
"version": "v2.8.4", | ||
"description": "🍪 Simple cross-browser cookie-consent plugin written in vanilla js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cookieconsent.js", |
@@ -50,4 +50,4 @@ <h1 align="center" style="text-align: center;">Cookie Consent</h1> | ||
# CDN links | ||
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.3/dist/cookieconsent.js | ||
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.3/dist/cookieconsent.css | ||
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.4/dist/cookieconsent.js | ||
https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.8.4/dist/cookieconsent.css | ||
``` | ||
@@ -54,0 +54,0 @@ |
@@ -85,3 +85,3 @@ export {} | ||
close_btn_label?: string | ||
cookie_table_headers: Record<string, string>[] | ||
cookie_table_headers?: Record<string, string>[] | ||
blocks?: BlockSetting[] | ||
@@ -104,2 +104,3 @@ } | ||
cookie_same_site?: string | ||
cookie_name?: string | ||
use_rfc_cookie?: boolean | ||
@@ -106,0 +107,0 @@ force_consent?: boolean |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
216499
3171