is-antibot 2.1.0 → 2.1.2
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 +1 -1
- package/src/providers.json +1 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "is-antibot",
|
|
3
3
|
"description": "Detect antibot protection from 30+ providers — Cloudflare, Akamai, DataDome, PerimeterX, Kasada, Imperva, reCAPTCHA, hCaptcha, Turnstile, and more.",
|
|
4
4
|
"homepage": "https://antibot.microlink.io/",
|
|
5
|
-
"version": "2.1.
|
|
5
|
+
"version": "2.1.2",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.js",
|
|
8
8
|
"./providers.json": "./src/providers.json",
|
package/src/providers.json
CHANGED
|
@@ -48,10 +48,6 @@
|
|
|
48
48
|
"header": "akamai-cache-status",
|
|
49
49
|
"startsWith": "Error"
|
|
50
50
|
},
|
|
51
|
-
{
|
|
52
|
-
"header": "akamai-grn",
|
|
53
|
-
"exists": true
|
|
54
|
-
},
|
|
55
51
|
{
|
|
56
52
|
"header": "x-akamai-session-info",
|
|
57
53
|
"exists": true
|
|
@@ -411,6 +407,7 @@
|
|
|
411
407
|
},
|
|
412
408
|
{
|
|
413
409
|
"type": "html",
|
|
410
|
+
"statusCodes": [403, 429, 503],
|
|
414
411
|
"rules": [
|
|
415
412
|
{
|
|
416
413
|
"contains": "g-recaptcha"
|