@ghostery/trackerdb 1.0.25 → 1.0.27

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/README.md CHANGED
@@ -43,7 +43,7 @@ const urlMatches = await trackerDB.matchUrl({
43
43
 
44
44
  ## CLI
45
45
 
46
- Ghostery Tracker Database can also be used in a commnad line, for example with:
46
+ Ghostery Tracker Database can also be used in a command line, for example with:
47
47
 
48
48
  ```sh
49
49
  npx @ghostery/trackerdb "https://analytics.tiktok.com"
Binary file
@@ -60377,7 +60377,7 @@
60377
60377
  "tinypass.com"
60378
60378
  ],
60379
60379
  "filters": [
60380
- "||tinypass.com^$3p"
60380
+ "||tinypass.com^$3p,domain=~foreignpolicy.com"
60381
60381
  ]
60382
60382
  },
60383
60383
  "tisoomi": {
@@ -74758,7 +74758,7 @@
74758
74758
  "||optimized.by.tiller.co^$3p": "tiller",
74759
74759
  "||optimizedby.tiller.co/global.js": "tiller",
74760
74760
  "||vip.timezonedb.com/v2/get-time-zone": "timezondb",
74761
- "||tinypass.com^$3p": "tinypass",
74761
+ "||tinypass.com^$3p,domain=~foreignpolicy.com": "tinypass",
74762
74762
  "||ad.tlvmedia.com^$3p": "tlv_media",
74763
74763
  "||ads.tlvmedia.com^$3p": "tlv_media",
74764
74764
  "||tag.tlvmedia.com^$3p": "tlv_media",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {