crawler-user-agents 1.0.161 → 1.0.163

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.
@@ -5036,6 +5036,14 @@
5036
5036
  "Mozilla/5.0 (compatible; KeybaseBot; +https://keybase.io)"
5037
5037
  ]
5038
5038
  },
5039
+ {
5040
+ "pattern": "Lemmy",
5041
+ "addition_date": "2025/02/11",
5042
+ "instances": [
5043
+ "Lemmy/0.19.8; +https://leminal.space"
5044
+ ],
5045
+ "url": "https://leminal.space"
5046
+ },
5039
5047
  {
5040
5048
  "pattern": "CookieHubScan",
5041
5049
  "addition_date": "2024/11/29",
@@ -5059,5 +5067,13 @@
5059
5067
  "HTTP Banner Detection (https://security.ipip.net)"
5060
5068
  ],
5061
5069
  "url": "https://security.ipip.net"
5070
+ },
5071
+ {
5072
+ "pattern": "SummalyBot",
5073
+ "addition_date": "2025/02/10",
5074
+ "instances": [
5075
+ "SummalyBot/5.1.0"
5076
+ ],
5077
+ "url": "https://github.com/misskey-dev/summaly"
5062
5078
  }
5063
5079
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.161",
3
+ "version": "1.0.163",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",