@consenttheater/playbill 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/actors/advertising.json +426 -26
- package/dist/actors/analytics.json +319 -31
- package/dist/actors/consent.json +2 -2
- package/dist/actors/data_leak.json +7 -24
- package/dist/actors/fingerprinting.json +6 -4
- package/dist/actors/functional.json +862 -6
- package/dist/actors/marketing.json +364 -19
- package/dist/actors/security.json +24 -3
- package/dist/actors/session_recording.json +1 -3
- package/dist/actors/social.json +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,18 +29,18 @@ Whether a site complies with GDPR is the work of supervisory authorities and cou
|
|
|
29
29
|
|
|
30
30
|
- **Cookie signatures** — name, owning company, service, purpose, consent burden, lifetime, docs link
|
|
31
31
|
- **Domain signatures** — hostname, owning company, service, category, consent burden
|
|
32
|
-
- **2,
|
|
33
|
-
- **
|
|
32
|
+
- **2,900+ companies** — from Google and Meta to regional EU ad networks and niche SaaS tools
|
|
33
|
+
- **10,000+ entries** across 11 categories — one of the largest AGPL-licensed tracker databases available
|
|
34
34
|
- **Matching utilities** — exact + pattern (trailing `*`) cookie matching, exact + subdomain hostname matching
|
|
35
35
|
|
|
36
36
|
### Current stats
|
|
37
37
|
|
|
38
38
|
| Metric | Count |
|
|
39
39
|
|--------|-------|
|
|
40
|
-
| Cookie signatures |
|
|
41
|
-
| Domain signatures |
|
|
42
|
-
| Total entries |
|
|
43
|
-
| Unique companies | 2,
|
|
40
|
+
| Cookie signatures | 4,119 |
|
|
41
|
+
| Domain signatures | 6,385 |
|
|
42
|
+
| Total entries | 10,504 |
|
|
43
|
+
| Unique companies | 2,986 |
|
|
44
44
|
| Categories | 11 |
|
|
45
45
|
|
|
46
46
|
## Tiers
|