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

gdpr-guard

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdpr-guard - npm Package Compare versions

Comparing version 1.0.0 to 1.0.3

.brackets.json

2

dist/GdprGuard.d.ts

@@ -16,3 +16,3 @@ import { GdprStorage } from "./GdprStorage";

toggleForStorage(type: GdprStorage): GdprGuard;
raw(): object;
raw(): object | GdprGuardRaw;
}

@@ -19,0 +19,0 @@ interface GdprGuardRaw {

{
"name": "gdpr-guard",
"version": "1.0.0",
"version": "1.0.3",
"author": "Voltra <ludwig.guerin.98@gmx.fr>",

@@ -13,5 +13,2 @@ "homepage": "https://github.com/Voltra/gdpr-guard#readme",

},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"description": "Simple GDPR manager",

@@ -24,3 +21,4 @@ "main": "./dist/gdpr_guard.js",

"watch": "webpack --mode development --watch",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"docs": "([[ -d ./docs ]] && rm -rf ./docs); typedoc --options typedoc.config.js --out docs src"
},

@@ -31,4 +29,7 @@ "license": "MIT",

"@types/webpack": "^4.41.1",
"eledoc": "^0.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"typedoc": "^0.15.6",
"typedoc-twilio-theme": "^1.0.0",
"typescript": "^3.7.4",

@@ -35,0 +36,0 @@ "webpack": "^4.41.5",

# gdpr-guard
> Simple GDPR manager
This library helps you build a GPDR compliant system by providing you easy to manipulate interfaces.

@@ -46,3 +47,3 @@

The complete JSDoc will be coming soon
You can check the [documentations here](https://voltra.github.io/gdpr-guard/)

@@ -49,0 +50,0 @@ ### GdprStorage

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