@ghostery/trackerdb 1.0.21 → 1.0.23

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/dist/trackerdb.db CHANGED
Binary file
Binary file
@@ -39417,7 +39417,8 @@
39417
39417
  "ghostery_id": "13",
39418
39418
  "domains": [
39419
39419
  "google-analytics.com",
39420
- "region1.google-analytics.com"
39420
+ "region1.google-analytics.com",
39421
+ "googleanalytics.com"
39421
39422
  ],
39422
39423
  "filters": [
39423
39424
  "||google-analytics.com/__utm.gif",
@@ -39435,7 +39436,8 @@
39435
39436
  "||google-analytics.com/u/ga_debug.js",
39436
39437
  "||google-analytics.com/urchin.js",
39437
39438
  "||stats.g.doubleclick.net/__utm.gif",
39438
- "||stats.g.doubleclick.net/dc.js"
39439
+ "||stats.g.doubleclick.net/dc.js",
39440
+ "||googleanalytics.com/analytics.js"
39439
39441
  ]
39440
39442
  },
39441
39443
  "google_appspot": {
@@ -41295,7 +41297,7 @@
41295
41297
  "organization": "id5_technology_ltd",
41296
41298
  "alias": null,
41297
41299
  "website_url": "https://id5.io/",
41298
- "ghostery_id": null,
41300
+ "ghostery_id": "4057",
41299
41301
  "domains": [
41300
41302
  "id5-sync.com",
41301
41303
  "eu-1-id5-sync.com"
@@ -68584,6 +68586,7 @@
68584
68586
  "googleadservices.com": "google_adservices",
68585
68587
  "google-analytics.com": "google_analytics",
68586
68588
  "region1.google-analytics.com": "google_analytics",
68589
+ "googleanalytics.com": "google_analytics",
68587
68590
  "appspot.com": "google_appspot",
68588
68591
  "beacons-google.com": "google_beacons",
68589
68592
  "adsensecustomsearchads.com": "google_custom_search",
@@ -72863,6 +72866,7 @@
72863
72866
  "||google-analytics.com/urchin.js": "google_analytics",
72864
72867
  "||stats.g.doubleclick.net/__utm.gif": "google_analytics",
72865
72868
  "||stats.g.doubleclick.net/dc.js": "google_analytics",
72869
+ "||googleanalytics.com/analytics.js": "google_analytics",
72866
72870
  "||google.com/gen_204": "google_beacons",
72867
72871
  "||adsensecustomsearchads.com/adsense/search/async-ads.js": "google_custom_search",
72868
72872
  "||google.com/cse/cse.js": "google_custom_search",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {