Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lu-development/ux-gdpr-consent

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lu-development/ux-gdpr-consent - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/ux-gdpr-consent/p-vymd0sjl.entry.js

2

dist/cjs/ux-gdpr-consent.cjs.entry.js

@@ -92,3 +92,3 @@ 'use strict';

render() {
return (core.h(core.Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, core.h("div", { class: "ux-gdpr__text-container" }, core.h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), core.h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", core.h("a", { href: "#", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", core.h("a", { href: "#", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), core.h("div", { class: "ux-gdpr__action-container" }, core.h("button", { class: "ux-gdpr__button_grant", onClick: () => this.grantConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Agree"), core.h("button", { class: "ux-gdpr__button_revoke", onClick: () => this.revokeConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
return (core.h(core.Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, core.h("div", { class: "ux-gdpr__text-container" }, core.h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), core.h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", core.h("a", { href: "https://wiki.os.liberty.edu/display/IE/Website+Privacy+Policy", target: "_blank", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", core.h("a", { href: "https://wiki.os.liberty.edu/display/IE/GDPR+Privacy+Notice", target: "_blank", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), core.h("div", { class: "ux-gdpr__action-container" }, core.h("button", { class: "ux-gdpr__button_grant", onClick: () => this.grantConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Agree"), core.h("button", { class: "ux-gdpr__button_revoke", onClick: () => this.revokeConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
}

@@ -95,0 +95,0 @@ get el() { return core.getElement(this); }

@@ -91,7 +91,7 @@ import { h, Host } from "@stencil/core";

" ",
h("a", { href: "#", class: "ux-gdpr__link" }, "Privacy Policy"),
h("a", { href: "https://wiki.os.liberty.edu/display/IE/Website+Privacy+Policy", target: "_blank", class: "ux-gdpr__link" }, "Privacy Policy"),
" ",
"and",
" ",
h("a", { href: "#", class: "ux-gdpr__link" }, "GDPR Privacy Notice"),
h("a", { href: "https://wiki.os.liberty.edu/display/IE/GDPR+Privacy+Notice", target: "_blank", class: "ux-gdpr__link" }, "GDPR Privacy Notice"),
".")),

@@ -98,0 +98,0 @@ h("div", { class: "ux-gdpr__action-container" },

@@ -157,3 +157,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

var _this = this;
return (h(Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, h("div", { class: "ux-gdpr__text-container" }, h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", h("a", { href: "#", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", h("a", { href: "#", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), h("div", { class: "ux-gdpr__action-container" }, h("button", { class: "ux-gdpr__button_grant", onClick: function () { return _this.grantConsentCookie(); }, "aria-describedby": "ux-gdpr__description" }, "I Agree"), h("button", { class: "ux-gdpr__button_revoke", onClick: function () { return _this.revokeConsentCookie(); }, "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
return (h(Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, h("div", { class: "ux-gdpr__text-container" }, h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", h("a", { href: "https://wiki.os.liberty.edu/display/IE/Website+Privacy+Policy", target: "_blank", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", h("a", { href: "https://wiki.os.liberty.edu/display/IE/GDPR+Privacy+Notice", target: "_blank", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), h("div", { class: "ux-gdpr__action-container" }, h("button", { class: "ux-gdpr__button_grant", onClick: function () { return _this.grantConsentCookie(); }, "aria-describedby": "ux-gdpr__description" }, "I Agree"), h("button", { class: "ux-gdpr__button_revoke", onClick: function () { return _this.revokeConsentCookie(); }, "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
};

@@ -160,0 +160,0 @@ Object.defineProperty(class_1.prototype, "el", {

@@ -88,3 +88,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './core-fab31531.js';

render() {
return (h(Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, h("div", { class: "ux-gdpr__text-container" }, h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", h("a", { href: "#", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", h("a", { href: "#", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), h("div", { class: "ux-gdpr__action-container" }, h("button", { class: "ux-gdpr__button_grant", onClick: () => this.grantConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Agree"), h("button", { class: "ux-gdpr__button_revoke", onClick: () => this.revokeConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
return (h(Host, { hidden: this.hidden, role: "dialog", "aria-modal": "false", "aria-labelledby": "ux-gdpr__label", "aria-describedby": "ux-gdpr__description" }, h("div", { class: "ux-gdpr__text-container" }, h("h2", { class: "ux-gdpr__header", id: "ux-gdpr__label" }, "Do you agree to Liberty University\u2019s use of cookies?"), h("p", { class: "ux-gdpr__description", id: "ux-gdpr__description" }, "We use cookies to deliver online services, customize your experience, and assist with communication. For more information see the", " ", h("a", { href: "https://wiki.os.liberty.edu/display/IE/Website+Privacy+Policy", target: "_blank", class: "ux-gdpr__link" }, "Privacy Policy"), " ", "and", " ", h("a", { href: "https://wiki.os.liberty.edu/display/IE/GDPR+Privacy+Notice", target: "_blank", class: "ux-gdpr__link" }, "GDPR Privacy Notice"), ".")), h("div", { class: "ux-gdpr__action-container" }, h("button", { class: "ux-gdpr__button_grant", onClick: () => this.grantConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Agree"), h("button", { class: "ux-gdpr__button_revoke", onClick: () => this.revokeConsentCookie(), "aria-describedby": "ux-gdpr__description" }, "I Do Not Agree"))));
}

@@ -91,0 +91,0 @@ get el() { return getElement(this); }

@@ -1,1 +0,1 @@

System.register(["./p-3f6f6132.system.js"],(function(){"use strict";var e,n;return{setters:[function(t){e=t.p;n=t.b}],execute:function(){e().then((function(e){return n([["p-fraihjdh.system",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)}))}}}));
System.register(["./p-3f6f6132.system.js"],(function(){"use strict";var e,n;return{setters:[function(t){e=t.p;n=t.b}],execute:function(){e().then((function(e){return n([["p-xqkezio2.system",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)}))}}}));

@@ -1,1 +0,1 @@

import{p as e,b as o}from"./p-552631d0.js";e().then(e=>o([["p-oneeztum",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e));
import{p as e,b as o}from"./p-552631d0.js";e().then(e=>o([["p-vymd0sjl",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e));
{
"name": "@lu-development/ux-gdpr-consent",
"version": "1.0.1",
"version": "1.0.2",
"description": "GDPR compliance plugin",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc