antibotbrowser 3.0.0 → 3.0.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/package.json +11 -2
package/package.json
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antibotbrowser",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"readme": "README.md",
|
|
3
|
+
"version": "3.0.1",
|
|
5
4
|
"description": "Opening Chromium opens a real browser without bot validations in automated systems like Puppetter. To avoid problems in places like Cloudflare",
|
|
6
5
|
"main": "index.js",
|
|
7
6
|
"scripts": {
|
|
8
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
8
|
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"antibot",
|
|
11
|
+
"cloudflare",
|
|
12
|
+
"puppeteer",
|
|
13
|
+
"playwright",
|
|
14
|
+
"chromium",
|
|
15
|
+
"automation",
|
|
16
|
+
"bot-bypass",
|
|
17
|
+
"stealth-browser"
|
|
18
|
+
],
|
|
10
19
|
"author": "By Nokersoftware | nokersoft.com",
|
|
11
20
|
"license": "ISC",
|
|
12
21
|
"dependencies": {
|