@ghostery/trackerdb 1.0.504 → 1.0.506
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/cli.js +0 -1
- package/dist/cjs/index.js +1 -0
- package/dist/mjs/index.js +1 -0
- package/dist/trackerdb.db +0 -0
- package/dist/trackerdb.engine +0 -0
- package/dist/trackerdb.json +27 -0
- package/dist/trackerdb.txt +6 -0
- package/package.json +19 -15
package/cli.js
CHANGED
|
@@ -7,7 +7,6 @@ import { FiltersEngine, Request } from '@ghostery/adblocker';
|
|
|
7
7
|
|
|
8
8
|
const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
|
|
9
9
|
|
|
10
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
11
10
|
const debug = process.env.DEBUG === 'true' ? console.log : () => {};
|
|
12
11
|
|
|
13
12
|
(async () => {
|
package/dist/cjs/index.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.AdblockerRequest = void 0;
|
|
|
13
13
|
exports.default = loadTrackerDBEngine;
|
|
14
14
|
const adblocker_1 = require("@ghostery/adblocker");
|
|
15
15
|
Object.defineProperty(exports, "AdblockerRequest", { enumerable: true, get: function () { return adblocker_1.Request; } });
|
|
16
|
+
// eslint-disable-next-line @typescript-eslint/require-await
|
|
16
17
|
function loadTrackerDBEngine(engineBytes) {
|
|
17
18
|
return __awaiter(this, void 0, void 0, function* () {
|
|
18
19
|
const engine = adblocker_1.FiltersEngine.deserialize(engineBytes);
|
package/dist/mjs/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FiltersEngine, Request, ENGINE_VERSION } from '@ghostery/adblocker';
|
|
2
2
|
export { Request as AdblockerRequest };
|
|
3
|
+
// eslint-disable-next-line @typescript-eslint/require-await
|
|
3
4
|
export default async function loadTrackerDBEngine(engineBytes) {
|
|
4
5
|
const engine = FiltersEngine.deserialize(engineBytes);
|
|
5
6
|
return {
|
package/dist/trackerdb.db
CHANGED
|
Binary file
|
package/dist/trackerdb.engine
CHANGED
|
Binary file
|
package/dist/trackerdb.json
CHANGED
|
@@ -5007,6 +5007,15 @@
|
|
|
5007
5007
|
"privacy_contact": "privacy@clickcease.com",
|
|
5008
5008
|
"ghostery_id": "5249"
|
|
5009
5009
|
},
|
|
5010
|
+
"clickadu": {
|
|
5011
|
+
"name": "Clickadu",
|
|
5012
|
+
"description": "Clickadu is a versatile ad network offering multi-format ad solutions, including banners, popunders, push notifications, and more.",
|
|
5013
|
+
"website_url": "https://www.clickadu.com/",
|
|
5014
|
+
"country": "CZ",
|
|
5015
|
+
"privacy_policy_url": "https://www.clickadu.com/privacy",
|
|
5016
|
+
"privacy_contact": "privacy@clickadu.com",
|
|
5017
|
+
"ghostery_id": null
|
|
5018
|
+
},
|
|
5010
5019
|
"clickaider": {
|
|
5011
5020
|
"name": "ClickAider",
|
|
5012
5021
|
"description": "\"ClickAider is an analysis tool that helps publishers maximize revenues from Pay-Per-Click Advertisements.\"",
|
|
@@ -33271,6 +33280,21 @@
|
|
|
33271
33280
|
"||software.clickback.com/scripts/cbintegrations.js"
|
|
33272
33281
|
]
|
|
33273
33282
|
},
|
|
33283
|
+
"clickadu": {
|
|
33284
|
+
"name": "Clickadu",
|
|
33285
|
+
"category": "advertising",
|
|
33286
|
+
"organization": "clickadu",
|
|
33287
|
+
"alias": null,
|
|
33288
|
+
"website_url": "https://www.clickadu.com/",
|
|
33289
|
+
"ghostery_id": null,
|
|
33290
|
+
"domains": [
|
|
33291
|
+
"clickadu.com",
|
|
33292
|
+
"chestgoingpunch.com"
|
|
33293
|
+
],
|
|
33294
|
+
"filters": [
|
|
33295
|
+
"||chestgoingpunch.com^"
|
|
33296
|
+
]
|
|
33297
|
+
},
|
|
33274
33298
|
"clickaider": {
|
|
33275
33299
|
"name": "ClickAider",
|
|
33276
33300
|
"category": "advertising",
|
|
@@ -72313,6 +72337,8 @@
|
|
|
72313
72337
|
"script.click360.io": "click360",
|
|
72314
72338
|
"clickandchat.com": "click_and_chat",
|
|
72315
72339
|
"software.clickback.com": "click_back",
|
|
72340
|
+
"clickadu.com": "clickadu",
|
|
72341
|
+
"chestgoingpunch.com": "clickadu",
|
|
72316
72342
|
"hit.clickaider.com": "clickaider",
|
|
72317
72343
|
"clickbank.net": "clickbank",
|
|
72318
72344
|
"cbproads.com": "clickbank_proads",
|
|
@@ -76998,6 +77024,7 @@
|
|
|
76998
77024
|
"||script.click360.io/wai_digi.js": "click360",
|
|
76999
77025
|
"||clickandchat.com^$3p": "click_and_chat",
|
|
77000
77026
|
"||software.clickback.com/scripts/cbintegrations.js": "click_back",
|
|
77027
|
+
"||chestgoingpunch.com^": "clickadu",
|
|
77001
77028
|
"||hit.clickaider.com^$3p": "clickaider",
|
|
77002
77029
|
"||cbtb.clickbank.net^$3p": "clickbank",
|
|
77003
77030
|
"||hop.clickbank.net^$3p": "clickbank",
|
package/dist/trackerdb.txt
CHANGED
|
@@ -4188,6 +4188,12 @@ touchclarity
|
|
|
4188
4188
|
||software.clickback.com/scripts/cbintegrations.js
|
|
4189
4189
|
! trackerdb_id:click_back trackerdb_category:advertising trackerdb_domain
|
|
4190
4190
|
||software.clickback.com^
|
|
4191
|
+
! trackerdb_id:clickadu trackerdb_category:advertising trackerdb_filter
|
|
4192
|
+
||chestgoingpunch.com^
|
|
4193
|
+
! trackerdb_id:clickadu trackerdb_category:advertising trackerdb_domain
|
|
4194
|
+
||clickadu.com^
|
|
4195
|
+
! trackerdb_id:clickadu trackerdb_category:advertising trackerdb_domain
|
|
4196
|
+
||chestgoingpunch.com^
|
|
4191
4197
|
! trackerdb_id:clickaider trackerdb_category:advertising trackerdb_filter
|
|
4192
4198
|
||hit.clickaider.com^$3p
|
|
4193
4199
|
! trackerdb_id:clickaider trackerdb_category:advertising trackerdb_domain
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghostery/trackerdb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.506",
|
|
4
4
|
"description": "Ghostery Tracker Database",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup && npm run export",
|
|
8
8
|
"test": "node test/index.js",
|
|
9
|
-
"lint": "eslint --
|
|
10
|
-
"lint-fix": "eslint --fix --
|
|
9
|
+
"lint": "eslint --ext .js,.ts .",
|
|
10
|
+
"lint-fix": "eslint --fix --ext .js,.ts .",
|
|
11
11
|
"update-docs": "node scripts/update-docs.js",
|
|
12
12
|
"export": "npm run export-json && npm run export-engine && npm run export-sql && npm run export-txt",
|
|
13
13
|
"export-sql": "node scripts/export-sql/index.js",
|
|
@@ -44,22 +44,26 @@
|
|
|
44
44
|
"node": ">=18.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@ghostery/adblocker": "2.0
|
|
48
|
-
"better-sqlite3": "^11.
|
|
47
|
+
"@ghostery/adblocker": "2.5.0",
|
|
48
|
+
"better-sqlite3": "^11.9.1",
|
|
49
49
|
"enolib": "^0.8.2",
|
|
50
50
|
"iso-3166-1-alpha-2": "^1.0.2",
|
|
51
|
-
"tldts-experimental": "^6.1.
|
|
51
|
+
"tldts-experimental": "^6.1.85"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@typescript-eslint/
|
|
57
|
-
"
|
|
54
|
+
"@eslint/js": "^9.24.0",
|
|
55
|
+
"@types/node": "22.14.0",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "8.29.0",
|
|
57
|
+
"@typescript-eslint/parser": "8.29.0",
|
|
58
|
+
"chalk": "5.4.1",
|
|
58
59
|
"ejs": "3.1.10",
|
|
59
|
-
"eslint": "
|
|
60
|
-
"eslint-config-prettier": "
|
|
61
|
-
"eslint-plugin-prettier": "5.2.
|
|
62
|
-
"
|
|
63
|
-
"
|
|
60
|
+
"eslint": "9.24.0",
|
|
61
|
+
"eslint-config-prettier": "^10.1.1",
|
|
62
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
63
|
+
"globals": "^16.0.0",
|
|
64
|
+
"prettier": "^3.5.3",
|
|
65
|
+
"tsx": "^4.19.3",
|
|
66
|
+
"typescript": "5.8.3",
|
|
67
|
+
"typescript-eslint": "^8.29.0"
|
|
64
68
|
}
|
|
65
69
|
}
|