We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cfc12 commit 108a5f2Copy full SHA for 108a5f2
packages/extract-stealth-evasions/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "extract-stealth-evasions",
3
- "version": "2.4.7",
+ "version": "2.4.8",
4
"description": "Extract stealth evasions from puppeteer-extra-plugin-stealth",
5
"main": "index.js",
6
"bin": {
@@ -24,7 +24,7 @@
24
"dependencies": {
25
"puppeteer": "*",
26
"puppeteer-extra": "^3.1.18",
27
- "puppeteer-extra-plugin-stealth": "^2.7.7",
+ "puppeteer-extra-plugin-stealth": "^2.7.8",
28
"terser": "^5.1.0",
29
"yargs": "^15.4.1"
30
}
packages/puppeteer-extra-plugin-stealth/package.json
"name": "puppeteer-extra-plugin-stealth",
- "version": "2.7.7",
+ "version": "2.7.8",
"description": "Stealth mode: Applies various techniques to make detection of headless puppeteer harder.",
"typings": "index.d.ts",
0 commit comments