@ghostery/trackerdb 1.0.562 → 1.0.564

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 CHANGED
@@ -11,7 +11,7 @@ const debug = process.env.DEBUG === 'true' ? console.log : () => {};
11
11
 
12
12
  function showUsage() {
13
13
  console.log(`
14
- Usage: node script.js [--source-url FIRST_PARTY_URL] URL
14
+ Usage: node cli.js [--source-url FIRST_PARTY_URL] URL
15
15
 
16
16
  Options:
17
17
  --source-url URL Overwrites the source URL (needed to test third-party requests).
package/dist/trackerdb.db CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghostery/trackerdb",
3
- "version": "1.0.562",
3
+ "version": "1.0.564",
4
4
  "description": "Ghostery Tracker Database",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -45,7 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@ghostery/adblocker": "2.5.0",
48
- "better-sqlite3": "^11.9.1",
49
48
  "enolib": "^0.8.2",
50
49
  "iso-3166-1-alpha-2": "^1.0.2",
51
50
  "tldts-experimental": "^6.1.85"
@@ -55,6 +54,7 @@
55
54
  "@types/node": "22.14.0",
56
55
  "@typescript-eslint/eslint-plugin": "8.29.0",
57
56
  "@typescript-eslint/parser": "8.29.0",
57
+ "better-sqlite3": "^11.10.0",
58
58
  "chalk": "5.4.1",
59
59
  "ejs": "3.1.10",
60
60
  "eslint": "9.24.0",