brave-real-puppeteer-core 24.20.0-brave.2025.9.14.58 → 24.20.0-patch.1
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 +5 -3
- package/advanced-stealth.js +1 -1
- package/package.json +20 -5
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# 🦁 brave-real-puppeteer-core
|
|
1
|
+
# 🦁 brave-real-puppeteer-core v24.20.0-patch.1
|
|
2
|
+
|
|
3
|
+
**Based on Puppeteer Core v24.20.0**
|
|
2
4
|
|
|
3
5
|
**Brave Real-World Optimized Puppeteer Core with comprehensive stealth patches**
|
|
4
6
|
|
|
5
|
-
This is a pre-patched version of
|
|
7
|
+
This is a pre-patched version of **Puppeteer Core v24.20.0** optimized for maximum stealth when using Brave browser.
|
|
6
8
|
|
|
7
9
|
## ✨ Features
|
|
8
10
|
|
|
@@ -46,7 +48,7 @@ await page.goto('https://bot-detector.rebrowser.net/');
|
|
|
46
48
|
|
|
47
49
|
- **puppeteer-core**: v24.20.0
|
|
48
50
|
- **rebrowser-patches**: Latest stealth optimizations
|
|
49
|
-
- **Brave optimization**:
|
|
51
|
+
- **Brave optimization**: v24.20.0-patch.1
|
|
50
52
|
|
|
51
53
|
## 🔗 Links
|
|
52
54
|
|
package/advanced-stealth.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-puppeteer-core",
|
|
3
|
-
"version": "24.20.0-
|
|
4
|
-
"description": "Brave-optimized Puppeteer Core with comprehensive stealth patches and cross-platform browser detection",
|
|
3
|
+
"version": "24.20.0-patch.1",
|
|
4
|
+
"description": "Brave-optimized Puppeteer Core (v24.20.0) with comprehensive stealth patches and cross-platform browser detection",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"puppeteer",
|
|
7
7
|
"brave",
|
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
"cross-platform",
|
|
13
13
|
"rebrowser",
|
|
14
14
|
"patches",
|
|
15
|
-
"anti-detection"
|
|
15
|
+
"anti-detection",
|
|
16
|
+
"puppeteer-24.20.0",
|
|
17
|
+
"puppeteer-core",
|
|
18
|
+
"patch-version"
|
|
16
19
|
],
|
|
17
20
|
"main": "lib/cjs/puppeteer/puppeteer-core.js",
|
|
18
21
|
"types": "lib/types.d.ts",
|
|
@@ -43,7 +46,9 @@
|
|
|
43
46
|
"ws": "^8.18.3"
|
|
44
47
|
},
|
|
45
48
|
"optionalDependencies": {},
|
|
46
|
-
"peerDependencies": {
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"puppeteer-core": "24.20.0"
|
|
51
|
+
},
|
|
47
52
|
"files": [
|
|
48
53
|
"lib",
|
|
49
54
|
"src",
|
|
@@ -53,7 +58,17 @@
|
|
|
53
58
|
],
|
|
54
59
|
"brave": {
|
|
55
60
|
"optimized": true,
|
|
56
|
-
"version": "
|
|
61
|
+
"version": "24.20.0-patch.1",
|
|
62
|
+
"basedOn": {
|
|
63
|
+
"puppeteer-core": "24.20.0",
|
|
64
|
+
"patches-version": "24.20.0-patch.1",
|
|
65
|
+
"release-info": "Brave Puppeteer v24.20.0-patch.1 based on Puppeteer Core v24.20.0"
|
|
66
|
+
},
|
|
67
|
+
"versionInfo": {
|
|
68
|
+
"braveVersion": "24.20.0-patch.1",
|
|
69
|
+
"puppeteerVersion": "24.20.0",
|
|
70
|
+
"fullName": "Brave Puppeteer Core v24.20.0-patch.1 (Puppeteer 24.20.0)"
|
|
71
|
+
},
|
|
57
72
|
"features": [
|
|
58
73
|
"ultra-fast-timing",
|
|
59
74
|
"cross-platform-detection",
|