is-antibot 2.0.2 → 2.0.3

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 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.0.2",
5
+ "version": "2.0.3",
6
6
  "exports": {
7
7
  ".": "./src/index.js",
8
8
  "./providers.json": "./src/providers.json",
@@ -142,6 +142,7 @@
142
142
  },
143
143
  "nano-staged": {
144
144
  "*.js": [
145
+ "npx -y @kikobeats/prettier-standard",
145
146
  "standard --fix"
146
147
  ],
147
148
  "package.json": [
@@ -0,0 +1,88 @@
1
+ {
2
+ "log": {
3
+ "version": "1.2",
4
+ "creator": {
5
+ "name": "curl+node",
6
+ "version": "24.11.1"
7
+ },
8
+ "pages": [
9
+ {
10
+ "id": "page_1",
11
+ "title": "https://www.reddit.com/r/ProductivityApps/comments/1sr2f0w/nocal_is_a_calendar_app_that_turns_your_calendar/",
12
+ "startedDateTime": "2026-04-23T15:55:52.000Z",
13
+ "pageTimings": {
14
+ "onContentLoad": -1,
15
+ "onLoad": 150.0
16
+ }
17
+ }
18
+ ],
19
+ "entries": [
20
+ {
21
+ "pageref": "page_1",
22
+ "startedDateTime": "2026-04-23T15:55:52.000Z",
23
+ "time": 150.0,
24
+ "serverIPAddress": "",
25
+ "connection": "443",
26
+ "request": {
27
+ "method": "GET",
28
+ "url": "https://www.reddit.com/r/ProductivityApps/comments/1sr2f0w/nocal_is_a_calendar_app_that_turns_your_calendar/",
29
+ "httpVersion": "http/2.0",
30
+ "headers": [
31
+ {
32
+ "name": "host",
33
+ "value": "www.reddit.com"
34
+ },
35
+ {
36
+ "name": "user-agent",
37
+ "value": "Slackbot 1.0 (+https://api.slack.com/robots)"
38
+ },
39
+ {
40
+ "name": "accept",
41
+ "value": "*/*"
42
+ }
43
+ ],
44
+ "queryString": [],
45
+ "cookies": [],
46
+ "headersSize": -1,
47
+ "bodySize": 0
48
+ },
49
+ "response": {
50
+ "status": 429,
51
+ "statusText": "Too Many Requests",
52
+ "httpVersion": "http/2.0",
53
+ "headers": [
54
+ {
55
+ "name": "x-ratelimit-remaining",
56
+ "value": "0.0"
57
+ },
58
+ {
59
+ "name": "x-ratelimit-reset",
60
+ "value": "247"
61
+ },
62
+ {
63
+ "name": "x-ratelimit-used",
64
+ "value": "45000"
65
+ },
66
+ {
67
+ "name": "server",
68
+ "value": "snooserv"
69
+ },
70
+ {
71
+ "name": "content-length",
72
+ "value": "0"
73
+ }
74
+ ],
75
+ "cookies": [],
76
+ "content": {
77
+ "size": 0,
78
+ "mimeType": "text/html",
79
+ "text": ""
80
+ },
81
+ "redirectURL": "",
82
+ "headersSize": -1,
83
+ "bodySize": -1
84
+ }
85
+ }
86
+ ]
87
+ }
88
+ }
@@ -625,6 +625,9 @@
625
625
  "rules": [
626
626
  {
627
627
  "status": 403
628
+ },
629
+ {
630
+ "status": 429
628
631
  }
629
632
  ]
630
633
  },