top-user-agents 2.0.5 → 2.0.6
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 +1 -1
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|

|
|
9
9
|
[](https://www.npmjs.org/package/top-user-agents)
|
|
10
10
|
|
|
11
|
-
>
|
|
11
|
+
> An always up-to-date list of the top 100 HTTP [user-agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent)'s most used over the Internet.
|
|
12
12
|
|
|
13
13
|
**Highlights**
|
|
14
14
|
|
|
15
|
+
- A simple JSON file ([Download](https://cdn.jsdelivr.net/gh/microlinkhq/top-user-agents@master/index.json)).
|
|
15
16
|
- Only browser agents, not bots.
|
|
16
|
-
- Automagically up
|
|
17
|
-
- A simple JSON file.
|
|
17
|
+
- Automagically up-to-date.
|
|
18
18
|
|
|
19
19
|
## Background
|
|
20
20
|
|
package/package.json
CHANGED