@ghostery/trackerdb 1.0.23 → 1.0.25
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 +3 -1
- package/dist/trackerdb.db +0 -0
- package/dist/trackerdb.engine +0 -0
- package/dist/trackerdb.json +25 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,11 @@ It is also used by universities, journalists, and companies that want to underst
|
|
|
24
24
|
The Ghostery Tracker Database comes with a JavaScript SDK. Sample usage:
|
|
25
25
|
|
|
26
26
|
```js
|
|
27
|
+
import { readFileSync } from 'node:fs';
|
|
27
28
|
import loadTrackerDB from '@ghostery/trackerdb';
|
|
28
29
|
|
|
29
|
-
const
|
|
30
|
+
const engine = readFileSync('./node_modules/@ghostery/trackerdb/dist/trackerdb.engine');
|
|
31
|
+
const trackerDB = await loadTrackerDB(engine);
|
|
30
32
|
|
|
31
33
|
const domainMatches = await trackerDB.matchDomain('google.com');
|
|
32
34
|
|
package/dist/trackerdb.db
CHANGED
|
Binary file
|
package/dist/trackerdb.engine
CHANGED
|
Binary file
|
package/dist/trackerdb.json
CHANGED
|
@@ -11755,6 +11755,15 @@
|
|
|
11755
11755
|
"privacy_contact": null,
|
|
11756
11756
|
"ghostery_id": "2152"
|
|
11757
11757
|
},
|
|
11758
|
+
"mediavine_inc": {
|
|
11759
|
+
"name": "Mediavine, Inc",
|
|
11760
|
+
"description": "Mediavine, Inc. is a company that specializes in digital advertising and website monetization solutions for content creators, bloggers, and website owners. They provide a platform that helps publishers optimize their ad placements and maximize their revenue while also focusing on user experience and site performance.",
|
|
11761
|
+
"website_url": "https://www.mediavine.com/about-us/",
|
|
11762
|
+
"country": "US",
|
|
11763
|
+
"privacy_policy_url": "https://www.mediavine.com/privacy-policy/",
|
|
11764
|
+
"privacy_contact": "privacy@mediavine.com",
|
|
11765
|
+
"ghostery_id": null
|
|
11766
|
+
},
|
|
11758
11767
|
"mediego": {
|
|
11759
11768
|
"name": "Mediego",
|
|
11760
11769
|
"description": "Mediego is an innovative solution for personalization based on a behavioral algorithm that analyzes complex data collected online or via outlets in real-time.With Mediego, you can send highly customized content to your customers, identify their preferences, interests and their potential to purchase, all in real time. Easy to install and operational from the first visit, Mediego is The turnkey solution to customize your content in real time.",
|
|
@@ -46969,6 +46978,20 @@
|
|
|
46969
46978
|
"||mediav.com^$3p"
|
|
46970
46979
|
]
|
|
46971
46980
|
},
|
|
46981
|
+
"mediavine_exchange": {
|
|
46982
|
+
"name": "Mediavine Exchange",
|
|
46983
|
+
"category": "advertising",
|
|
46984
|
+
"organization": "mediavine_inc",
|
|
46985
|
+
"alias": null,
|
|
46986
|
+
"website_url": "https://www.mediavine.com/exchange/",
|
|
46987
|
+
"ghostery_id": "4058",
|
|
46988
|
+
"domains": [
|
|
46989
|
+
"mediavine.com"
|
|
46990
|
+
],
|
|
46991
|
+
"filters": [
|
|
46992
|
+
"||mediavine.com^$3p"
|
|
46993
|
+
]
|
|
46994
|
+
},
|
|
46972
46995
|
"mediawhiz": {
|
|
46973
46996
|
"name": "Mediawhiz",
|
|
46974
46997
|
"category": "advertising",
|
|
@@ -69295,6 +69318,7 @@
|
|
|
69295
69318
|
"adsvc1107131.net": "mediashift",
|
|
69296
69319
|
"mediator.media": "mediator.media",
|
|
69297
69320
|
"mediav.com": "mediav",
|
|
69321
|
+
"mediavine.com": "mediavine_exchange",
|
|
69298
69322
|
"adnetinteractive.com": "mediawhiz",
|
|
69299
69323
|
"adnetinteractive.net": "mediawhiz",
|
|
69300
69324
|
"mediego.com": "medigo",
|
|
@@ -73559,6 +73583,7 @@
|
|
|
73559
73583
|
"||ad.media-servers.net^$3p": "mediashakers",
|
|
73560
73584
|
"||adsvc1107131.net^$3p": "mediashift",
|
|
73561
73585
|
"||mediav.com^$3p": "mediav",
|
|
73586
|
+
"||mediavine.com^$3p": "mediavine_exchange",
|
|
73562
73587
|
"||adnetinteractive.com^$3p": "mediawhiz",
|
|
73563
73588
|
"||adnetinteractive.net^$3p": "mediawhiz",
|
|
73564
73589
|
"||mediego.com/tracker.js": "medigo",
|