browser-specs 4.19.0 → 4.19.1
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/index.json +34 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -2049,6 +2049,40 @@
|
|
|
2049
2049
|
]
|
|
2050
2050
|
}
|
|
2051
2051
|
},
|
|
2052
|
+
{
|
|
2053
|
+
"url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
|
|
2054
|
+
"seriesComposition": "full",
|
|
2055
|
+
"shortname": "private-aggregation-api",
|
|
2056
|
+
"series": {
|
|
2057
|
+
"shortname": "private-aggregation-api",
|
|
2058
|
+
"currentSpecification": "private-aggregation-api",
|
|
2059
|
+
"title": "Private Aggregation API",
|
|
2060
|
+
"shortTitle": "Private Aggregation API",
|
|
2061
|
+
"nightlyUrl": "https://patcg-individual-drafts.github.io/private-aggregation-api/"
|
|
2062
|
+
},
|
|
2063
|
+
"groups": [
|
|
2064
|
+
{
|
|
2065
|
+
"name": "Private Advertising Technology Community Group",
|
|
2066
|
+
"url": "https://www.w3.org/community/patcg/"
|
|
2067
|
+
}
|
|
2068
|
+
],
|
|
2069
|
+
"standing": "good",
|
|
2070
|
+
"organization": "W3C",
|
|
2071
|
+
"nightly": {
|
|
2072
|
+
"url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
|
|
2073
|
+
"status": "Unofficial Proposal Draft",
|
|
2074
|
+
"alternateUrls": [],
|
|
2075
|
+
"repository": "https://github.com/patcg-individual-drafts/private-aggregation-api",
|
|
2076
|
+
"sourcePath": "spec.bs",
|
|
2077
|
+
"filename": "index.html"
|
|
2078
|
+
},
|
|
2079
|
+
"title": "Private Aggregation API",
|
|
2080
|
+
"source": "spec",
|
|
2081
|
+
"shortTitle": "Private Aggregation API",
|
|
2082
|
+
"categories": [
|
|
2083
|
+
"browser"
|
|
2084
|
+
]
|
|
2085
|
+
},
|
|
2052
2086
|
{
|
|
2053
2087
|
"url": "https://privacycg.github.io/nav-tracking-mitigations/",
|
|
2054
2088
|
"seriesComposition": "full",
|
package/package.json
CHANGED