darkreader 4.9.78 → 4.9.80
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/darkreader.js +2791 -4235
- package/package.json +11 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "darkreader",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.80",
|
|
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",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"prepublishOnly": "npm test && npm run api",
|
|
16
16
|
"release": "npm test && npm run lint && node tasks/cli.js build --release",
|
|
17
17
|
"test": "npm run test:unit",
|
|
18
|
-
"test:all": "npm run test:unit; npm run test:browser; npm run test:inject
|
|
18
|
+
"test:all": "npm run test:unit; npm run test:browser; npm run test:inject",
|
|
19
19
|
"test:browser": "npm run test:chrome && npm run test:chrome-mv3 && npm run test:firefox",
|
|
20
20
|
"test:chrome": "node tasks/cli.js build --debug --test --chrome-mv2 && jest --config=tests/browser/jest.config.mjs --runInBand",
|
|
21
21
|
"test:chrome-mv3": "node tasks/cli.js build --debug --test --chrome-mv3 && jest --config=tests/browser/jest.config.chrome-mv3.mjs --runInBand",
|
|
@@ -24,10 +24,8 @@
|
|
|
24
24
|
"test:firefox": "node tasks/cli.js build --debug --test --firefox-mv2 && jest --config=tests/browser/jest.config.firefox.mjs --runInBand",
|
|
25
25
|
"test:inject": "node --max-old-space-size=3072 node_modules/.bin/karma start ./tests/inject/karma.conf.cjs",
|
|
26
26
|
"test:inject:debug": "node --max-old-space-size=3072 node_modules/.bin/karma start ./tests/inject/karma.conf.cjs --debug",
|
|
27
|
-
"test:project": "jest --config=tests/project/jest.config.mjs",
|
|
28
27
|
"test:unit": "jest --config=tests/unit/jest.config.mjs",
|
|
29
28
|
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest --config=tests/unit/jest.config.mjs --runInBand --no-cache --watch",
|
|
30
|
-
"test:update-snapshots": "npm run test -- --updateSnapshot && npm run test:project -- --updateSnapshot",
|
|
31
29
|
"translate-en-message": "node ./tasks/translate.js --message",
|
|
32
30
|
"translate-new-en-messages": "node ./tasks/translate.js --new-messages",
|
|
33
31
|
"deno:bootstrap": "deno run --allow-read=./ --allow-sys=uid --allow-write=deno.json tasks/deno.js"
|
|
@@ -61,17 +59,17 @@
|
|
|
61
59
|
"@rollup/plugin-replace": "5.0.5",
|
|
62
60
|
"@rollup/plugin-typescript": "11.1.6",
|
|
63
61
|
"@rollup/pluginutils": "5.1.0",
|
|
64
|
-
"@types/chrome": "0.0.
|
|
65
|
-
"@types/eslint": "8.56.
|
|
62
|
+
"@types/chrome": "0.0.263",
|
|
63
|
+
"@types/eslint": "8.56.5",
|
|
66
64
|
"@types/jasmine": "5.1.4",
|
|
67
65
|
"@types/jest": "29.5.12",
|
|
68
66
|
"@types/karma": "6.3.8",
|
|
69
67
|
"@types/karma-coverage": "2.0.3",
|
|
70
|
-
"@types/node": "20.11.
|
|
68
|
+
"@types/node": "20.11.25",
|
|
71
69
|
"@types/offscreencanvas": "2019.7.3",
|
|
72
70
|
"@types/ws": "8.5.10",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
74
|
-
"@typescript-eslint/parser": "7.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "7.1.1",
|
|
72
|
+
"@typescript-eslint/parser": "7.1.1",
|
|
75
73
|
"chokidar": "3.6.0",
|
|
76
74
|
"eslint": "8.57.0",
|
|
77
75
|
"eslint-plugin-compat": "4.2.0",
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
"karma": "6.4.3",
|
|
86
84
|
"karma-chrome-launcher": "3.2.0",
|
|
87
85
|
"karma-coverage": "2.2.1",
|
|
88
|
-
"karma-firefox-launcher": "2.1.
|
|
86
|
+
"karma-firefox-launcher": "2.1.3",
|
|
89
87
|
"karma-jasmine": "5.1.0",
|
|
90
88
|
"karma-rollup-preprocessor": "7.0.8",
|
|
91
89
|
"karma-safari-launcher": "1.0.0",
|
|
@@ -93,12 +91,12 @@
|
|
|
93
91
|
"less": "4.2.0",
|
|
94
92
|
"malevic": "0.20.1",
|
|
95
93
|
"prettier": "3.2.5",
|
|
96
|
-
"puppeteer-core": "22.
|
|
97
|
-
"rollup": "4.12.
|
|
94
|
+
"puppeteer-core": "22.4.1",
|
|
95
|
+
"rollup": "4.12.1",
|
|
98
96
|
"rollup-plugin-istanbul": "5.0.0",
|
|
99
97
|
"ts-jest": "29.1.2",
|
|
100
98
|
"tslib": "2.6.2",
|
|
101
|
-
"typescript": "5.
|
|
99
|
+
"typescript": "5.4.2",
|
|
102
100
|
"web-ext": "7.11.0",
|
|
103
101
|
"ws": "8.16.0",
|
|
104
102
|
"yazl": "2.5.1"
|