New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

darkreader

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darkreader - npm Package Compare versions

Comparing version
4.9.119
to
4.9.120
+8
-0
index.d.ts

@@ -160,2 +160,10 @@ declare namespace DarkReader {

disableStyleSheetsProxy: boolean;
/**
* List of stylesheet URL patterns to ignore.
* Stylesheets matching these patterns will not be processed by Dark Reader.
* - Simple string: matches if URL contains the string (e.g., "crisp")
* - Prefix with ^: matches if URL starts with pattern (e.g., "^https://client.crisp")
* - Suffix with $: matches if URL ends with pattern (e.g., ".css$")
*/
ignoreCSSUrl: string[];
}

@@ -162,0 +170,0 @@ }

+15
-15
{
"name": "darkreader",
"version": "4.9.119",
"version": "4.9.120",
"description": "Dark mode for every website",

@@ -69,3 +69,3 @@ "scripts": {

"devDependencies": {
"@eslint/compat": "2.0.0",
"@eslint/compat": "2.0.1",
"@eslint/eslintrc": "3.3.3",

@@ -76,10 +76,10 @@ "@eslint/js": "9.39.2",

"@rollup/plugin-typescript": "12.3.0",
"@stylistic/eslint-plugin": "5.6.1",
"@types/chrome": "0.1.32",
"@stylistic/eslint-plugin": "5.7.0",
"@types/chrome": "0.1.36",
"@types/eslint": "9.6.1",
"@types/jasmine": "5.1.13",
"@types/jasmine": "6.0.0",
"@types/jest": "30.0.0",
"@types/karma": "6.3.9",
"@types/karma-coverage": "2.0.3",
"@types/node": "25.0.3",
"@types/node": "25.0.10",
"@types/ws": "8.18.1",

@@ -89,5 +89,5 @@ "chokidar": "5.0.0",

"eslint-plugin-import": "2.32.0",
"globals": "17.0.0",
"globals": "17.1.0",
"globby": "16.1.0",
"jasmine-core": "5.13.0",
"jasmine-core": "6.0.1",
"jest": "30.2.0",

@@ -104,5 +104,5 @@ "jest-extended": "7.0.0",

"less": "4.5.1",
"prettier": "3.7.4",
"puppeteer-core": "24.34.0",
"rollup": "4.55.1",
"prettier": "3.8.1",
"puppeteer-core": "24.36.0",
"rollup": "4.56.0",
"rollup-plugin-istanbul": "5.0.0",

@@ -112,10 +112,10 @@ "ts-jest": "29.4.6",

"typescript": "5.9.3",
"typescript-eslint": "8.51.0",
"ws": "8.18.3",
"typescript-eslint": "8.53.1",
"ws": "8.19.0",
"yazl": "3.3.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.55.1",
"@rollup/rollup-win32-x64-msvc": "4.55.1"
"@rollup/rollup-linux-x64-gnu": "4.56.0",
"@rollup/rollup-win32-x64-msvc": "4.56.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display