is-antibot 2.1.5 → 2.2.0
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 +14 -0
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.
|
|
5
|
+
"version": "2.2.0",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.js",
|
|
8
8
|
"./providers.json": "./src/providers.json",
|
package/src/providers.json
CHANGED
|
@@ -611,6 +611,20 @@
|
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
},
|
|
614
|
+
{
|
|
615
|
+
"name": "houzz",
|
|
616
|
+
"detections": [
|
|
617
|
+
{
|
|
618
|
+
"type": "status_code",
|
|
619
|
+
"domain": "houzz.com",
|
|
620
|
+
"rules": [
|
|
621
|
+
{
|
|
622
|
+
"status": 429
|
|
623
|
+
}
|
|
624
|
+
]
|
|
625
|
+
}
|
|
626
|
+
]
|
|
627
|
+
},
|
|
614
628
|
{
|
|
615
629
|
"name": "reddit",
|
|
616
630
|
"detections": [
|