cloudflare-bot-directory 1.0.5 → 1.0.7
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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ const isKnownBot = (userAgent) =>
|
|
|
69
69
|
|
|
70
70
|
## License
|
|
71
71
|
|
|
72
|
-
**cloudflare-bot-directory** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://
|
|
73
|
-
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://
|
|
72
|
+
**cloudflare-bot-directory** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://microlinkhq/cloudflare-bot-directory/cloudflare-bot-directory/blob/master/LICENSE.md) License.<br>
|
|
73
|
+
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://microlinkhq/cloudflare-bot-directory/cloudflare-bot-directory/contributors).
|
|
74
74
|
|
|
75
|
-
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://
|
|
75
|
+
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://microlinkhq/cloudflare-bot-directory) · X [@kikobeats](https://x.com/kikobeats)
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudflare-bot-directory",
|
|
3
3
|
"description": "CloudFlare Radar verified bots directory - 500+ web crawlers, search engine bots, and user agents as JSON for bot detection and traffic filtering",
|
|
4
|
-
"homepage": "https://
|
|
5
|
-
"version": "1.0.
|
|
4
|
+
"homepage": "https://microlinkhq/cloudflare-bot-directory/cloudflare-bot-directory",
|
|
5
|
+
"version": "1.0.7",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"main": "./src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"contributors": [],
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://
|
|
19
|
+
"url": "git+https://microlinkhq/cloudflare-bot-directory/cloudflare-bot-directory.git"
|
|
20
20
|
},
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://
|
|
22
|
+
"url": "https://microlinkhq/cloudflare-bot-directory/cloudflare-bot-directory/issues"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
25
|
"bingbot",
|