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
6
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

GDPR compliance plugin

  • 1.1.2
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-10%
Maintainers
6
Weekly downloads
 
Created
Source

Built With Stencil

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/@lu-development/ux-gdpr-consent@1.1.1/dist/ux-gdpr-consent/ux-gdpr-consent.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc like <ux-gdpr-consent></ux-gdpr-consent>

Node Modules

  • Run npm i @lu-development/ux-gdpr-consent
  • Put a script tag similar to this <script src='node_modules/ux-gdpr-consent/dist/ux-gdpr-consent.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a SPA

  • Run npm i @lu-development/ux-gdpr-consent
  • Add an import to the npm packages import ux-gdpr-consent;
  • Then you can use the element anywhere in your template, JSX, html etc like <ux-gdpr-consent></ux-gdpr-consent>

Properties

PropertyAttributeDescriptionTypeDefault
integrateGoogleTagManagerintegrate-google-tag-managerUsed to emit gdpr-consent-grant or gdpr-consent-revoke event into window.dataLayerbooleantrue

Events

EventDescriptionType
gdpr-consentCustom Event with a detail of isConsentGranted of type booleanCustomEvent<any>

Methods

grantConsentCookie({ returnFocus, passedGrantType }?: { returnFocus?: boolean; passedGrantType?: string; }) => Promise<void>

Returns

Type: Promise<void>

init() => Promise<void>

Returns

Type: Promise<void>

resetConsentCookie() => Promise<void>

Returns

Type: Promise<void>

revokeConsentCookie({ returnFocus }?: { returnFocus?: boolean; }) => Promise<void>

Returns

Type: Promise<void>

FAQs

Package last updated on 18 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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