@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 CHANGED
@@ -6,6 +6,14 @@
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-types%20included-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
7
7
  [![Node](https://img.shields.io/node/v/@consenttheater/playbill.svg)](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,800+ companies** — from Google and Meta to regional EU ad networks and niche SaaS tools
33
- - **8,000+ entries** across 11 categories — one of the largest AGPL-licensed tracker databases available
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 | 2,197 |
41
- | Domain signatures | 5,936 |
42
- | Total entries | 8,133 |
43
- | Unique companies | 2,829 |
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