Socket
Socket
Sign inDemoInstall

@tizy/hagreed

Package Overview
Dependencies
5
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tizy/hagreed

GDPR (General Data Protection Regulation) compliance support tool


Version published
Weekly downloads
73
increased by305.56%
Maintainers
1
Install size
1.21 MB
Created
Weekly downloads
 

Readme

Source

Hagreed

Hagreed is a GDPR (General Data Protection Regulation) compliance support tool

Installation

First, go to hagreed.com and subscribe to a free or premium plan to obtain a token and register your website.

Using npm:

npm install @tizy/hagreed

Usage

import Hagreed from '@tizy/hagreed';

const hagreedManager = new Hagreed('insert-your-token-here');
hagreedManager.cookiesList = [];
hagreedManager.consentsFormList = [];
hagreedManager.init();
    <div id="hagreed" class="hagreed"></div>
  </body>
</html>

For the integration of Hagreed on React, you can use the @tizy/hagreed_react package

Documentation & Examples

After subscribing to a plan and registering your website on hagreed.com, you will be able to download the complete documentation in the final step.

You can find examples of use on our Github https://github.com/tizystudio/hagreed

Keywords

FAQs

Last updated on 22 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc