is-antibot 2.0.0 → 2.0.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 -3
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.
|
|
5
|
+
"version": "2.0.2",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.js",
|
|
8
8
|
"./providers.json": "./src/providers.json",
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@commitlint/cli": "latest",
|
|
74
74
|
"@commitlint/config-conventional": "latest",
|
|
75
|
-
"@ksmithut/prettier-standard": "latest",
|
|
76
75
|
"ava": "latest",
|
|
77
76
|
"browser-sync": "latest",
|
|
78
77
|
"c8": "latest",
|
|
@@ -143,7 +142,6 @@
|
|
|
143
142
|
},
|
|
144
143
|
"nano-staged": {
|
|
145
144
|
"*.js": [
|
|
146
|
-
"prettier-standard",
|
|
147
145
|
"standard --fix"
|
|
148
146
|
],
|
|
149
147
|
"package.json": [
|