@ghostery/trackerdb 1.0.357 → 1.0.358

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
@@ -68502,6 +68502,20 @@
68502
68502
  "||clickanalyzer.jp^$3p"
68503
68503
  ]
68504
68504
  },
68505
+ "wufoo": {
68506
+ "name": "Wufoo",
68507
+ "category": "customer_interaction",
68508
+ "organization": "surveymonkey",
68509
+ "alias": null,
68510
+ "website_url": "https://www.wufoo.com/",
68511
+ "ghostery_id": null,
68512
+ "domains": [
68513
+ "wufoo.com"
68514
+ ],
68515
+ "filters": [
68516
+ "||wufoo.com^$3p"
68517
+ ]
68518
+ },
68505
68519
  "wurfl": {
68506
68520
  "name": "WURFL",
68507
68521
  "category": "site_analytics",
@@ -74561,6 +74575,7 @@
74561
74575
  "wpimg.pl": "wp.pl",
74562
74576
  "wpengine.com": "wp_engine",
74563
74577
  "clickanalyzer.jp": "writeup_clickanalyzer",
74578
+ "wufoo.com": "wufoo",
74564
74579
  "wurfl.io": "wurfl",
74565
74580
  "wwwpromoter.com": "wwwpromoter",
74566
74581
  "imgwykop.pl": "wykop",
@@ -79016,6 +79031,7 @@
79016
79031
  "||tracker.wordstream.com^$3p": "wordstream",
79017
79032
  "||adv.wp.pl^$3p": "wp.pl",
79018
79033
  "||clickanalyzer.jp^$3p": "writeup_clickanalyzer",
79034
+ "||wufoo.com^$3p": "wufoo",
79019
79035
  "||wwwpromoter.com^$3p": "wwwpromoter",
79020
79036
  "||imgwykop.pl/static/wykoppl/img/tools/wykop_": "wykop",
79021
79037
  "||wykop.pl/dataprovider/diggerwidget/": "wykop",
@@ -17568,6 +17568,10 @@ ntpagetag
17568
17568
  ||clickanalyzer.jp^$3p
17569
17569
  ! trackerdb_id:writeup_clickanalyzer trackerdb_category:site_analytics trackerdb_domain
17570
17570
  ||clickanalyzer.jp^
17571
+ ! trackerdb_id:wufoo trackerdb_category:customer_interaction trackerdb_filter
17572
+ ||wufoo.com^$3p
17573
+ ! trackerdb_id:wufoo trackerdb_category:customer_interaction trackerdb_domain
17574
+ ||wufoo.com^
17571
17575
  ! trackerdb_id:wurfl trackerdb_category:site_analytics trackerdb_domain
17572
17576
  ||wurfl.io^
17573
17577
  ! trackerdb_id:wwwpromoter trackerdb_category:advertising trackerdb_filter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.357",
3
+ "version": "1.0.358",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {