@google-psat/cli 0.9.0-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.
Files changed (55) hide show
  1. package/README.md +96 -0
  2. package/dist/208.js +2 -0
  3. package/dist/442.js +2 -0
  4. package/dist/48.js +2 -0
  5. package/dist/assets/data/PSInfo.json +90 -0
  6. package/dist/assets/data/open-cookie-database.json +24337 -0
  7. package/dist/assets/data/related_website_sets.json +905 -0
  8. package/dist/assets/icons/ad.svg +1 -0
  9. package/dist/assets/icons/anti-covert.svg +1 -0
  10. package/dist/assets/icons/clear-icon.svg +3 -0
  11. package/dist/assets/icons/cross-icon.svg +3 -0
  12. package/dist/assets/icons/done.svg +3 -0
  13. package/dist/assets/icons/filter-icon.svg +3 -0
  14. package/dist/assets/icons/gear.svg +7 -0
  15. package/dist/assets/icons/information-icon.svg +3 -0
  16. package/dist/assets/icons/partition.svg +5 -0
  17. package/dist/assets/icons/right-arrow.svg +2 -0
  18. package/dist/assets/icons/search-icon.svg +2 -0
  19. package/dist/assets/icons/settings-tab-white.svg +9 -0
  20. package/dist/assets/icons/settings-tab.svg +9 -0
  21. package/dist/categories.json +774 -0
  22. package/dist/main.js +8 -0
  23. package/dist/main.js.LICENSE.txt +121 -0
  24. package/dist/main.js.map +1 -0
  25. package/dist/technologies/.gitkeep +0 -0
  26. package/dist/technologies/_.json +207 -0
  27. package/dist/technologies/a.json +5256 -0
  28. package/dist/technologies/b.json +2874 -0
  29. package/dist/technologies/c.json +4574 -0
  30. package/dist/technologies/d.json +2107 -0
  31. package/dist/technologies/e.json +2302 -0
  32. package/dist/technologies/f.json +2418 -0
  33. package/dist/technologies/g.json +2614 -0
  34. package/dist/technologies/h.json +1872 -0
  35. package/dist/technologies/i.json +1681 -0
  36. package/dist/technologies/j.json +1012 -0
  37. package/dist/technologies/k.json +1299 -0
  38. package/dist/technologies/l.json +2059 -0
  39. package/dist/technologies/m.json +3412 -0
  40. package/dist/technologies/n.json +1241 -0
  41. package/dist/technologies/o.json +1999 -0
  42. package/dist/technologies/p.json +3903 -0
  43. package/dist/technologies/q.json +446 -0
  44. package/dist/technologies/r.json +2536 -0
  45. package/dist/technologies/s.json +7419 -0
  46. package/dist/technologies/t.json +3625 -0
  47. package/dist/technologies/u.json +1036 -0
  48. package/dist/technologies/v.json +1407 -0
  49. package/dist/technologies/w.json +2457 -0
  50. package/dist/technologies/x.json +323 -0
  51. package/dist/technologies/y.json +745 -0
  52. package/dist/technologies/z.json +731 -0
  53. package/dist/vendors-analysis-utils_node_modules_cross-fetch_dist_node-ponyfill_js.js +4035 -0
  54. package/dist/vendors-analysis-utils_node_modules_cross-fetch_dist_node-ponyfill_js.js.map +1 -0
  55. package/package.json +64 -0
package/dist/442.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ "use strict";exports.id=442,exports.ids=[442],exports.modules={11442:(s,e,t)=>{t.r(e),t.d(e,{BrowserWebSocketTransport:()=>n});class n{static create(s){return new Promise(((e,t)=>{const o=new WebSocket(s);o.addEventListener("open",(()=>e(new n(o)))),o.addEventListener("error",t)}))}#s;onmessage;onclose;constructor(s){this.#s=s,this.#s.addEventListener("message",(s=>{this.onmessage&&this.onmessage.call(null,s.data)})),this.#s.addEventListener("close",(()=>{this.onclose&&this.onclose.call(null)})),this.#s.addEventListener("error",(()=>{}))}send(s){this.#s.send(s)}close(){this.#s.close()}}}};
package/dist/48.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ "use strict";exports.id=48,exports.ids=[48],exports.modules={78048:(s,e,t)=>{t.r(e),t.d(e,{BrowserWebSocketTransport:()=>n});class n{static create(s){return new Promise(((e,t)=>{const o=new WebSocket(s);o.addEventListener("open",(()=>e(new n(o)))),o.addEventListener("error",t)}))}#s;onmessage;onclose;constructor(s){this.#s=s,this.#s.addEventListener("message",(s=>{this.onmessage&&this.onmessage.call(null,s.data)})),this.#s.addEventListener("close",(()=>{this.onclose&&this.onclose.call(null)})),this.#s.addEventListener("error",(()=>{}))}send(s){this.#s.send(s)}close(){this.#s.close()}}}};
@@ -0,0 +1,90 @@
1
+ {
2
+ "private-state-token": {
3
+ "name": "Private State Token",
4
+ "description": "PSPrivateStateToken",
5
+ "proposal": "https://github.com/WICG/trust-token-api",
6
+ "publicDiscussion": "https://github.com/WICG/trust-token-api/issues",
7
+ "videoOverview": "https://www.youtube.com/watch?v=bXB1Iwq6Eq4",
8
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/protections/private-state-tokens"
9
+ },
10
+ "topics": {
11
+ "name": "Topics",
12
+ "description": "PSTopics",
13
+ "proposal": "https://github.com/patcg-individual-drafts/topics",
14
+ "publicDiscussion": "https://github.com/patcg-individual-drafts/topics/issues",
15
+ "videoOverview": "https://youtu.be/hEBzWuXjeTQ",
16
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/relevance/topics"
17
+ },
18
+ "protected-audience": {
19
+ "name": "Protected Audience",
20
+ "description": "The Protected Audience API is a Privacy Sandbox technology to serve remarketing and custom audience use cases, designed so third parties cannot track user browsing behavior across sites.",
21
+ "useI18n": false,
22
+ "proposal": "https://github.com/WICG/turtledove",
23
+ "publicDiscussion": "https://github.com/WICG/turtledove/issues",
24
+ "publicExplainer": "https://github.com/WICG/turtledove/blob/main/FLEDGE.md",
25
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/relevance/protected-audience"
26
+ },
27
+ "attribution-reporting": {
28
+ "name": "Attribution Reporting",
29
+ "description": "PSAttributionReporting",
30
+ "proposal": "https://github.com/WICG/attribution-reporting-api",
31
+ "publicDiscussion": "https://github.com/WICG/attribution-reporting-api/issues",
32
+ "videoOverview": "https://www.youtube.com/watch?v=UGA74CIcom8",
33
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/relevance/attribution-reporting"
34
+ },
35
+ "related-website-sets": {
36
+ "name": "Related Website Sets",
37
+ "description": "PSRelatedWebsiteSets",
38
+ "publicDiscussion": "https://github.com/WICG/first-party-sets/issues",
39
+ "videoOverview": "https://www.youtube.com/watch?v=cNJ8mZ-J3F8",
40
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/3pcd/related-website-sets"
41
+ },
42
+ "shared-storage": {
43
+ "name": "Shared Storage",
44
+ "description": "PSSharedStorage",
45
+ "proposal": "https://github.com/WICG/shared-storage",
46
+ "publicDiscussion": "https://github.com/WICG/shared-storage/issues",
47
+ "videoOverview": "",
48
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/relevance/shared-storage"
49
+ },
50
+ "chips": {
51
+ "name": "Cookies Having Independent Partitioned State (CHIPS)",
52
+ "description": "PSChips",
53
+ "proposal": "https://github.com/privacycg/CHIPS",
54
+ "publicDiscussion": "https://github.com/privacycg/CHIPS/issues",
55
+ "videoOverview": "",
56
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/3pcd/chips"
57
+ },
58
+ "fenced-frames": {
59
+ "name": "Fenced Frames",
60
+ "description": "PSFencedFrames",
61
+ "proposal": "https://github.com/WICG/fenced-frame",
62
+ "publicDiscussion": "https://github.com/WICG/fenced-frame/issues",
63
+ "videoOverview": "https://www.youtube.com/watch?v=CqbluZHZofI",
64
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/relevance/fenced-frame"
65
+ },
66
+ "fedcm": {
67
+ "name": "Federated Credential Management(FedCM)",
68
+ "description": "PSFedCM",
69
+ "proposal": "https://github.com/fedidcg/FedCM",
70
+ "publicDiscussion": "https://github.com/fedidcg/FedCM/issues",
71
+ "videoOverview": "https://www.youtube.com/watch?v=rSOqIR3lzBk",
72
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/3pcd/fedcm"
73
+ },
74
+ "bounce-tracking": {
75
+ "name": "Bounce Tracking Mitigation",
76
+ "description": "PSBounceTracking",
77
+ "proposal": "https://github.com/privacycg/nav-tracking-mitigations",
78
+ "publicDiscussion": "https://github.com/privacycg/nav-tracking-mitigations/issues",
79
+ "videoOverview": "",
80
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/protections/bounce-tracking-mitigations"
81
+ },
82
+ "user-agent-reduction": {
83
+ "name": "User Agent Reduction",
84
+ "description": "PSUserAgentReduction",
85
+ "proposal": "https://github.com/miketaylr/user-agent-reduction/",
86
+ "publicDiscussion": "https://github.com/miketaylr/user-agent-reduction/issues",
87
+ "videoOverview": "",
88
+ "devDocumentation": "https://developers.google.com/privacy-sandbox/protections/user-agent"
89
+ }
90
+ }