@ghostery/trackerdb 1.0.131 → 1.0.133
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 +0 -0
- package/dist/trackerdb.engine +0 -0
- package/dist/trackerdb.json +15 -0
- package/dist/trackerdb.txt +4 -0
- package/package.json +15 -15
package/dist/trackerdb.db
CHANGED
|
Binary file
|
package/dist/trackerdb.engine
CHANGED
|
Binary file
|
package/dist/trackerdb.json
CHANGED
|
@@ -33753,6 +33753,19 @@
|
|
|
33753
33753
|
"||cookieq.com/scripts"
|
|
33754
33754
|
]
|
|
33755
33755
|
},
|
|
33756
|
+
"cookieyes": {
|
|
33757
|
+
"name": "CookieYes",
|
|
33758
|
+
"category": "consent",
|
|
33759
|
+
"organization": "cookieyes",
|
|
33760
|
+
"alias": null,
|
|
33761
|
+
"website_url": "https://www.cookieyes.com/",
|
|
33762
|
+
"ghostery_id": null,
|
|
33763
|
+
"domains": [
|
|
33764
|
+
"cdn-cookieyes.com",
|
|
33765
|
+
"log.cookieyes.com"
|
|
33766
|
+
],
|
|
33767
|
+
"filters": []
|
|
33768
|
+
},
|
|
33756
33769
|
"cooliris": {
|
|
33757
33770
|
"name": "Cooliris",
|
|
33758
33771
|
"category": "customer_interaction",
|
|
@@ -69745,6 +69758,8 @@
|
|
|
69745
69758
|
"cookieinformation.com": "cookieinformation",
|
|
69746
69759
|
"policy.app.cookieinformation.com": "cookieinformation",
|
|
69747
69760
|
"cookieq.com": "cookieq",
|
|
69761
|
+
"cdn-cookieyes.com": "cookieyes",
|
|
69762
|
+
"log.cookieyes.com": "cookieyes",
|
|
69748
69763
|
"lite.piclens.com": "cooliris",
|
|
69749
69764
|
"copacet.com": "copacet",
|
|
69750
69765
|
"raasnet.com": "coreaudience",
|
package/dist/trackerdb.txt
CHANGED
|
@@ -4652,6 +4652,10 @@ touchclarity
|
|
|
4652
4652
|
||cookieq.com/scripts
|
|
4653
4653
|
! trackerdb_id:cookieq trackerdb_category:essential trackerdb_domain
|
|
4654
4654
|
||cookieq.com^$third-party
|
|
4655
|
+
! trackerdb_id:cookieyes trackerdb_category:consent trackerdb_domain
|
|
4656
|
+
||cdn-cookieyes.com^$third-party
|
|
4657
|
+
! trackerdb_id:cookieyes trackerdb_category:consent trackerdb_domain
|
|
4658
|
+
||log.cookieyes.com^$third-party
|
|
4655
4659
|
! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_filter
|
|
4656
4660
|
||lite.piclens.com^$3p
|
|
4657
4661
|
! trackerdb_id:cooliris trackerdb_category:customer_interaction trackerdb_domain
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghostery/trackerdb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.133",
|
|
4
4
|
"description": "Ghostery Tracker Database",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"node": ">=18.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@cliqz/adblocker": "^1.27.
|
|
47
|
-
"better-sqlite3": "^9.
|
|
46
|
+
"@cliqz/adblocker": "^1.27.3",
|
|
47
|
+
"better-sqlite3": "^9.6.0",
|
|
48
48
|
"enolib": "^0.8.2",
|
|
49
|
-
"iso-3166-1-alpha-2": "^1.0.
|
|
50
|
-
"tldts-experimental": "^
|
|
49
|
+
"iso-3166-1-alpha-2": "^1.0.2",
|
|
50
|
+
"tldts-experimental": "^6.1.19"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@types/node": "^
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
55
|
-
"@typescript-eslint/parser": "^
|
|
56
|
-
"chalk": "^5.
|
|
57
|
-
"ejs": "^3.1.
|
|
58
|
-
"eslint": "^8.
|
|
59
|
-
"eslint-config-prettier": "^
|
|
60
|
-
"eslint-plugin-prettier": "^
|
|
61
|
-
"prettier": "^2.
|
|
62
|
-
"typescript": "^5.
|
|
53
|
+
"@types/node": "^20.12.10",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
55
|
+
"@typescript-eslint/parser": "^7.8.0",
|
|
56
|
+
"chalk": "^5.3.0",
|
|
57
|
+
"ejs": "^3.1.10",
|
|
58
|
+
"eslint": "^8.57.0",
|
|
59
|
+
"eslint-config-prettier": "^9.1.0",
|
|
60
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
61
|
+
"prettier": "^3.2.5",
|
|
62
|
+
"typescript": "^5.4.5"
|
|
63
63
|
}
|
|
64
64
|
}
|