darkreader 4.9.104 → 4.9.108
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 +8 -8
- package/darkreader.js +991 -853
- package/darkreader.mjs +949 -810
- package/package.json +27 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "darkreader",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.108",
|
|
4
4
|
"description": "Dark mode for every website",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"api": "node --max-old-space-size=3072 tasks/cli.js build --api",
|
|
@@ -65,29 +65,29 @@
|
|
|
65
65
|
"malevic": "0.20.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@eslint/compat": "1.
|
|
69
|
-
"@eslint/eslintrc": "3.
|
|
70
|
-
"@eslint/js": "9.
|
|
71
|
-
"@rollup/plugin-node-resolve": "16.0.
|
|
68
|
+
"@eslint/compat": "1.3.0",
|
|
69
|
+
"@eslint/eslintrc": "3.3.1",
|
|
70
|
+
"@eslint/js": "9.29.0",
|
|
71
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
72
72
|
"@rollup/plugin-replace": "6.0.2",
|
|
73
|
-
"@rollup/plugin-typescript": "12.1.
|
|
74
|
-
"@stylistic/eslint-plugin": "
|
|
75
|
-
"@types/chrome": "0.0.
|
|
73
|
+
"@rollup/plugin-typescript": "12.1.3",
|
|
74
|
+
"@stylistic/eslint-plugin": "5.0.0",
|
|
75
|
+
"@types/chrome": "0.0.326",
|
|
76
76
|
"@types/eslint": "9.6.1",
|
|
77
|
-
"@types/jasmine": "5.1.
|
|
78
|
-
"@types/jest": "
|
|
77
|
+
"@types/jasmine": "5.1.8",
|
|
78
|
+
"@types/jest": "30.0.0",
|
|
79
79
|
"@types/karma": "6.3.9",
|
|
80
80
|
"@types/karma-coverage": "2.0.3",
|
|
81
|
-
"@types/node": "
|
|
82
|
-
"@types/ws": "8.
|
|
81
|
+
"@types/node": "24.0.3",
|
|
82
|
+
"@types/ws": "8.18.1",
|
|
83
83
|
"chokidar": "4.0.3",
|
|
84
84
|
"eslint-plugin-compat": "6.0.2",
|
|
85
|
-
"eslint-plugin-import": "2.
|
|
86
|
-
"globals": "
|
|
85
|
+
"eslint-plugin-import": "2.32.0",
|
|
86
|
+
"globals": "16.2.0",
|
|
87
87
|
"globby": "14.1.0",
|
|
88
|
-
"jasmine-core": "5.
|
|
89
|
-
"jest": "
|
|
90
|
-
"jest-extended": "
|
|
88
|
+
"jasmine-core": "5.8.0",
|
|
89
|
+
"jest": "30.0.2",
|
|
90
|
+
"jest-extended": "6.0.0",
|
|
91
91
|
"karma": "6.4.4",
|
|
92
92
|
"karma-chrome-launcher": "3.2.0",
|
|
93
93
|
"karma-coverage": "2.2.1",
|
|
@@ -96,21 +96,20 @@
|
|
|
96
96
|
"karma-rollup-preprocessor": "7.0.8",
|
|
97
97
|
"karma-safari-launcher": "1.0.0",
|
|
98
98
|
"karma-spec-reporter": "0.0.36",
|
|
99
|
-
"less": "4.
|
|
100
|
-
"prettier": "3.
|
|
101
|
-
"puppeteer-core": "24.2
|
|
102
|
-
"rollup": "4.
|
|
99
|
+
"less": "4.3.0",
|
|
100
|
+
"prettier": "3.6.0",
|
|
101
|
+
"puppeteer-core": "24.10.2",
|
|
102
|
+
"rollup": "4.44.0",
|
|
103
103
|
"rollup-plugin-istanbul": "5.0.0",
|
|
104
|
-
"ts-jest": "29.
|
|
104
|
+
"ts-jest": "29.4.0",
|
|
105
105
|
"tslib": "2.8.1",
|
|
106
|
-
"typescript": "5.
|
|
107
|
-
"typescript-eslint": "8.
|
|
108
|
-
"
|
|
109
|
-
"ws": "8.18.0",
|
|
106
|
+
"typescript": "5.8.3",
|
|
107
|
+
"typescript-eslint": "8.35.0",
|
|
108
|
+
"ws": "8.18.2",
|
|
110
109
|
"yazl": "3.3.1"
|
|
111
110
|
},
|
|
112
111
|
"optionalDependencies": {
|
|
113
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
114
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
112
|
+
"@rollup/rollup-linux-x64-gnu": "4.44.0",
|
|
113
|
+
"@rollup/rollup-win32-x64-msvc": "4.44.0"
|
|
115
114
|
}
|
|
116
115
|
}
|