@consenttheater/playbill 0.3.0 → 0.5.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 +14 -6
- package/dist/actors/advertising.json +426 -20
- package/dist/actors/analytics.json +317 -23
- package/dist/actors/consent.json +1 -2
- package/dist/actors/data_leak.json +3 -24
- package/dist/actors/fingerprinting.json +2 -4
- package/dist/actors/functional.json +855 -5
- package/dist/actors/marketing.json +360 -16
- package/dist/actors/security.json +23 -2
- package/dist/actors/session_recording.json +3 -2
- package/dist/actors/social.json +1 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
[](https://www.typescriptlang.org/)
|
|
7
7
|
[](package.json)
|
|
8
8
|
|
|
9
|
+
> [!IMPORTANT]
|
|
10
|
+
> **Active development lives on [Codeberg](https://codeberg.org/ConsentTheater/playbill).**
|
|
11
|
+
> The GitHub copy is a public mirror and isn't monitored for contributions.
|
|
12
|
+
>
|
|
13
|
+
> Please open issues, pull requests, questions and proposals on
|
|
14
|
+
> [Codeberg](https://codeberg.org/ConsentTheater/playbill/issues).
|
|
15
|
+
> Anything filed on the GitHub mirror is closed automatically.
|
|
16
|
+
|
|
9
17
|
**The Playbill** — an open-source, tiered knowledge base of GDPR-relevant web trackers, with pure-function matching helpers. Each entry is tagged with the **consent burden** it creates under EU/GDPR rules. No verdicts, no risk scores — just facts you can build on.
|
|
10
18
|
|
|
11
19
|
A theater playbill lists every actor and their role on stage. This package does the same for the web: every tracking cookie, every tracking domain, every company behind them — identified, categorised, and labelled with how much consent work each one creates.
|
|
@@ -29,18 +37,18 @@ Whether a site complies with GDPR is the work of supervisory authorities and cou
|
|
|
29
37
|
|
|
30
38
|
- **Cookie signatures** — name, owning company, service, purpose, consent burden, lifetime, docs link
|
|
31
39
|
- **Domain signatures** — hostname, owning company, service, category, consent burden
|
|
32
|
-
- **2,
|
|
33
|
-
- **
|
|
40
|
+
- **2,900+ companies** — from Google and Meta to regional EU ad networks and niche SaaS tools
|
|
41
|
+
- **10,000+ entries** across 11 categories — one of the largest AGPL-licensed tracker databases available
|
|
34
42
|
- **Matching utilities** — exact + pattern (trailing `*`) cookie matching, exact + subdomain hostname matching
|
|
35
43
|
|
|
36
44
|
### Current stats
|
|
37
45
|
|
|
38
46
|
| Metric | Count |
|
|
39
47
|
|--------|-------|
|
|
40
|
-
| Cookie signatures |
|
|
41
|
-
| Domain signatures |
|
|
42
|
-
| Total entries |
|
|
43
|
-
| Unique companies | 2,
|
|
48
|
+
| Cookie signatures | 4,160 |
|
|
49
|
+
| Domain signatures | 6,390 |
|
|
50
|
+
| Total entries | 10,550 |
|
|
51
|
+
| Unique companies | 2,998 |
|
|
44
52
|
| Categories | 11 |
|
|
45
53
|
|
|
46
54
|
## Tiers
|