is-antibot 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,13 @@
22
22
  - **Kasada** - Advanced bot mitigation
23
23
  - **Imperva/Incapsula** - Web application firewall
24
24
  - **AWS WAF** - Amazon Web Services Web Application Firewall
25
+ - **Reblaze** - Cloud-based web security platform
26
+ - **Cheq** - Bot detection and prevention
27
+ - **Sucuri** - Website security platform and WAF
28
+ - **ThreatMetrix** - LexisNexis fraud prevention and device fingerprinting
29
+ - **Meetrics** - User authenticity verification
30
+ - **Ocule** - Bot detection with advanced obfuscation
31
+ - **LinkedIn** - Bot filter protection
25
32
 
26
33
  ### CAPTCHA Providers
27
34
 
@@ -30,6 +37,10 @@
30
37
  - **FunCaptcha** - Arkose Labs interactive challenges
31
38
  - **GeeTest** - AI-powered CAPTCHA
32
39
  - **Cloudflare Turnstile** - Privacy-preserving CAPTCHA alternative
40
+ - **Friendly Captcha** - GDPR-compliant privacy-first CAPTCHA
41
+ - **Captcha.eu** - European GDPR-compliant CAPTCHA service
42
+ - **QCloud Captcha** - Tencent Cloud CAPTCHA service
43
+ - **AliExpress CAPTCHA** - AliExpress x5sec security challenge
33
44
 
34
45
  ## Why
35
46
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "is-antibot",
3
3
  "description": "Identify if a response is an antibot challenge from CloudFlare, Akamai, DataDome, Vercel, PerimeterX, Shape Security, and more, including CAPTCHA providers like reCAPTCHA and hCaptcha.",
4
4
  "homepage": "https://github.com/microlinkhq/is-antibot",
5
- "version": "1.3.0",
5
+ "version": "1.3.1",
6
6
  "exports": {
7
7
  ".": "./src/index.js"
8
8
  },