@unavatar/core 3.15.3 → 3.15.5
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 +20 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
- [Snapchat](#snapchat)
|
|
38
38
|
- [SoundCloud](#soundcloud)
|
|
39
39
|
- [Spotify](#spotify)
|
|
40
|
+
- [Steam](#steam)
|
|
40
41
|
- [Substack](#substack)
|
|
41
42
|
- [Telegram](#telegram)
|
|
42
43
|
- [Threads](#threads)
|
|
@@ -487,7 +488,8 @@ Get any Reddit user's avatar by their username.
|
|
|
487
488
|
|
|
488
489
|
Available inputs:
|
|
489
490
|
|
|
490
|
-
- Username, e.g., [unavatar.io/reddit/
|
|
491
|
+
- Username, e.g., [unavatar.io/reddit/thisisbillgates](https://unavatar.io/reddit/thisisbillgates)
|
|
492
|
+
- Organization, e.g., [unavatar.io/reddit/nasa](https://unavatar.io/reddit/nasa)
|
|
491
493
|
|
|
492
494
|
### Snapchat
|
|
493
495
|
|
|
@@ -525,6 +527,22 @@ Available URI format inputs:
|
|
|
525
527
|
- `track`: [unavatar.io/spotify/track:4OROzZUy6gOWN4UGQVaZMF](https://unavatar.io/spotify/track:4OROzZUy6gOWN4UGQVaZMF)
|
|
526
528
|
- `user` (default): [unavatar.io/spotify/user:kikobeats](https://unavatar.io/spotify/user:kikobeats)
|
|
527
529
|
|
|
530
|
+
### Steam
|
|
531
|
+
|
|
532
|
+
Get any Steam player or community group profile picture by public profile name, numeric account ID, or group name.
|
|
533
|
+
|
|
534
|
+
e.g., [unavatar.io/steam/id:gabelogannewell](https://unavatar.io/steam/id:gabelogannewell)
|
|
535
|
+
|
|
536
|
+
The input supports a URI format `type:value`.
|
|
537
|
+
|
|
538
|
+
When no type is provided, it defaults to `id` (player profile name).
|
|
539
|
+
|
|
540
|
+
Available URI format inputs:
|
|
541
|
+
|
|
542
|
+
- `id` (default): [unavatar.io/steam/id:gabelogannewell](https://unavatar.io/steam/id:gabelogannewell)
|
|
543
|
+
- `profile`: [unavatar.io/steam/profile:76561198044605749](https://unavatar.io/steam/profile:76561198044605749)
|
|
544
|
+
- `group`: [unavatar.io/steam/group:murcia-gaming](https://unavatar.io/steam/group:murcia-gaming)
|
|
545
|
+
|
|
528
546
|
### Substack
|
|
529
547
|
|
|
530
548
|
Get any Substack author's profile picture by their publication username.
|
|
@@ -590,7 +608,7 @@ Get any X (formerly Twitter) user's profile picture by their username.
|
|
|
590
608
|
|
|
591
609
|
Available inputs:
|
|
592
610
|
|
|
593
|
-
- Username, e.g., [unavatar.io/x/
|
|
611
|
+
- Username, e.g., [unavatar.io/x/elonmusk](https://unavatar.io/x/elonmusk)
|
|
594
612
|
|
|
595
613
|
### YouTube
|
|
596
614
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@unavatar/core",
|
|
3
3
|
"description": "Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.",
|
|
4
4
|
"homepage": "https://unavatar.io",
|
|
5
|
-
"version": "3.15.
|
|
5
|
+
"version": "3.15.5",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"https-tls": "~1.0.24",
|
|
134
134
|
"ipaddr.js": "~2.3.0",
|
|
135
135
|
"is-absolute-url": "~3.0.3",
|
|
136
|
-
"is-antibot": "~
|
|
136
|
+
"is-antibot": "~2.0.0",
|
|
137
137
|
"is-email-like": "~1.0.0",
|
|
138
138
|
"lodash": "~4.18.1",
|
|
139
139
|
"ms": "~2.1.3",
|