
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@ghostery/trackerdb
Advanced tools
Transparency is at the heart of Ghostery experience. This is why Ghostery not only blocks ads, trackers, and other annoyances, but also shows how online tracking works by naming all the organizations that participate in data exchange over internet.
Data exchange can easily uncover personal details by private identifiers, often referred to as tracking. However, not every request from an organization involves data collection (i.e., not every request an organization makes is inherently invasive). Organizations often display a range of behavioral patterns, some of which can be intrusive to user privacy, while others are benign.
At Ghostery, we're committed to describing things exactly as they are.
The structure of Ghostery Tracker Database is simple and consists of three main elements:
The Tracker Database is used in Ghostery Browser Extension to categorize all requests we see while browsing the web. It is also used to publish WhoTracks.me, the world's largest statistical report on the tracking online.
It is also used by universities, journalists, and companies that want to understand the nature of the web data exchange.
The Ghostery Tracker Database comes with a JavaScript SDK. Sample usage:
import loadTrackerDB from '@ghostery/trackerdb';
const trackerDB = await loadTrackerDB();
const domainMatches = await trackerDB.matchDomain('google.com');
const urlMatches = await trackerDB.matchUrl({
url: 'https://google.com/gen_204',
type: 'xhr',
sourceUrl: 'https://google.com/'
}, {
getDomainMetadata: true,
});
Ghostery Tracker Database can also be used in a commnad line, for example with:
npx @ghostery/trackerdb "https://analytics.tiktok.com"
Ghostery Tracker Database is published under CC-BY-NC-SA-4.0 license which means it is free to use for non-commercial purposes. If you want to use it in your business, please contact sales@ghostery.com.
FAQs
Ghostery Tracker Database
The npm package @ghostery/trackerdb receives a total of 4,357 weekly downloads. As such, @ghostery/trackerdb popularity was classified as popular.
We found that @ghostery/trackerdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.