gdpr-guard
Advanced tools
Comparing version 1.0.0 to 1.0.3
@@ -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 |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
172207
17
194
132
0
10