@ghostery/trackerdb 1.0.75 → 1.0.76

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 (2) hide show
  1. package/README.md +43 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,6 +49,49 @@ Ghostery Tracker Database can also be used in a command line, for example with:
49
49
  npx @ghostery/trackerdb "https://analytics.tiktok.com"
50
50
  ```
51
51
 
52
+ Output:
53
+
54
+ ```json
55
+ {
56
+ "url": "https://analytics.tiktok.com",
57
+ "matches": [
58
+ {
59
+ "pattern": {
60
+ "key": "tiktok_analytics",
61
+ "name": "TikTok Analytics",
62
+ "category": "site_analytics",
63
+ "organization": "bytedance_inc",
64
+ "alias": null,
65
+ "website_url": "https://analytics.tiktok.com",
66
+ "ghostery_id": "4050",
67
+ "domains": [
68
+ "analytics.tiktok.com"
69
+ ],
70
+ "filters": [
71
+ "||analytics.tiktok.com^$3p"
72
+ ]
73
+ },
74
+ "category": {
75
+ "key": "site_analytics",
76
+ "name": "Site Analytics",
77
+ "color": "#87d7ef",
78
+ "description": "Data analytics, site usage, and performance trackers."
79
+ },
80
+ "organization": {
81
+ "key": "bytedance_inc",
82
+ "name": "ByteDance Inc",
83
+ "description": "ByteDance, a Chinese multinational internet technology company headquartered in Beijing and legally domiciled in the Cayman Islands. Its main product is TikTok, known in China as Douyin, a video-focused social networking service.",
84
+ "website_url": "https://www.bytedance.com/",
85
+ "country": "KY",
86
+ "privacy_policy_url": "https://sf16-sg.tiktokcdn.com/obj/eden-sg/upsnuhpevbn/bytedance_official/PrivacyPolicy_ByteDance.com.pdf",
87
+ "privacy_contact": "privacy@bytedance.com",
88
+ "ghostery_id": "5432"
89
+ }
90
+ }
91
+ ]
92
+ }
93
+ ```
94
+
52
95
  ## How can I get involved?
53
96
 
54
97
  We encourage contributions from developers of all levels. If you come across any errors, such as typos, inaccuracies, or outdated information, please don't hesitate to open an issue, or, even better, send us a pull request. Your feedback is highly valued!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {