@unavatar/core 3.37.0 → 3.37.1

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.
Files changed (2) hide show
  1. package/README.md +1 -30
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -24,7 +24,6 @@
24
24
  - [Buy Me a Coffee](#buy-me-a-coffee)
25
25
  - [CodePen](#codepen)
26
26
  - [Cults3D](#cults3d)
27
- - [Cursor](#cursor)
28
27
  - [DeviantArt](#deviantart)
29
28
  - [Discord](#discord)
30
29
  - [Docker Hub](#docker-hub)
@@ -52,17 +51,14 @@
52
51
  - [Patreon](#patreon)
53
52
  - [Pinterest](#pinterest)
54
53
  - [Printables](#printables)
55
- - [Primal](#primal)
56
54
  - [Product Hunt](#product-hunt)
57
55
  - [PSN Profiles](#psn-profiles)
58
- - [Raycast](#raycast)
59
56
  - [Reddit](#reddit)
60
57
  - [Snapchat](#snapchat)
61
58
  - [SoundCloud](#soundcloud)
62
59
  - [Spotify](#spotify)
63
60
  - [Stack Overflow](#stack-overflow)
64
61
  - [Steam](#steam)
65
- - [Strava](#strava)
66
62
  - [Substack](#substack)
67
63
  - [Telegram](#telegram)
68
64
  - [Thingiverse](#thingiverse)
@@ -92,7 +88,7 @@ Welcome to **unavatar.io**, the ultimate avatar service that offers everything y
92
88
 
93
89
  - **Versatile**: A wide range of platforms and services including [TikTok](https://unavatar.io/docs#tiktok), [Instagram](https://unavatar.io/docs#instagram), [YouTube](https://unavatar.io/docs#youtube), [X/Twitter](https://unavatar.io/docs#xtwitter), [Gravatar](https://unavatar.io/docs#gravatar), etc., meaning you can rule all of them just querying against unavatar.
94
90
 
95
- - **Speed**: Designed to be fast and efficient with a 91% cache hit rate, serving 12.5 TB of data across 382M requests.
91
+ - **Speed**: Designed to be fast and efficient with a 92% cache hit rate, serving 9.59 TB of data across 258.5M requests.
96
92
 
97
93
  - **Optimize**: All the images are not only compressed on-the-fly to reduce their size and save bandwidth, but also optimized to maintain a high-quality ratio. They are ready for immediate use, enhancing the overall optimization of your website or application.
98
94
 
@@ -588,12 +584,6 @@ Get any Cults3D creator's profile picture by username.
588
584
 
589
585
  e.g., [unavatar.io/cults3d/RaBros](https://unavatar.io/cults3d/RaBros)
590
586
 
591
- ### Cursor
592
-
593
- Get any Cursor user's profile picture by their username.
594
-
595
- e.g., [unavatar.io/cursor/eric](https://unavatar.io/cursor/eric)
596
-
597
587
  ### DeviantArt
598
588
 
599
589
  Get any DeviantArt user's profile picture by their username.
@@ -663,7 +653,6 @@ Available inputs:
663
653
 
664
654
  - Username, e.g., [unavatar.io/facebook/zuck](https://unavatar.io/facebook/zuck)
665
655
  - Page, e.g., [unavatar.io/facebook/windtodayco](https://unavatar.io/facebook/windtodayco)
666
- - Group ID, e.g., [unavatar.io/facebook/1426378481098002](https://unavatar.io/facebook/1426378481098002)
667
656
 
668
657
  ### Flickr
669
658
 
@@ -819,12 +808,6 @@ Get any Printables user's profile picture by their username.
819
808
 
820
809
  e.g., [unavatar.io/printables/DukeDoks](https://unavatar.io/printables/DukeDoks)
821
810
 
822
- ### Primal
823
-
824
- Get any Primal user's profile picture by their username.
825
-
826
- e.g., [unavatar.io/primal/jack](https://unavatar.io/primal/jack)
827
-
828
811
  ### Product Hunt
829
812
 
830
813
  Get profile pictures for Product Hunt users or logos for Product Hunt products.
@@ -844,12 +827,6 @@ Get any PlayStation Network user's profile picture by their PSN username.
844
827
 
845
828
  e.g., [unavatar.io/psnprofiles/Duff85](https://unavatar.io/psnprofiles/Duff85)
846
829
 
847
- ### Raycast
848
-
849
- Get any Raycast user's profile picture by their username.
850
-
851
- e.g., [unavatar.io/raycast/kikobeats](https://unavatar.io/raycast/kikobeats)
852
-
853
830
  ### Reddit
854
831
 
855
832
  Get any Reddit user's avatar by their username.
@@ -909,12 +886,6 @@ Available inputs:
909
886
  - `profile`: [unavatar.io/steam/profile:76561198044605749](https://unavatar.io/steam/profile:76561198044605749)
910
887
  - `group`: [unavatar.io/steam/group:murcia-gaming](https://unavatar.io/steam/group:murcia-gaming)
911
888
 
912
- ### Strava
913
-
914
- Get any Strava athlete's profile picture by their username or athlete ID.
915
-
916
- e.g., [unavatar.io/strava/kikobeats](https://unavatar.io/strava/kikobeats)
917
-
918
889
  ### Substack
919
890
 
920
891
  Get any Substack author's profile picture by their publication username.
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.37.0",
5
+ "version": "3.37.1",
6
6
  "main": "src/index.js",
7
7
  "exports": {
8
8
  ".": "./src/index.js",
@@ -128,12 +128,12 @@
128
128
  "@metascraper/helpers": "~5.50.0",
129
129
  "@microlink/mql": "~0.16.0",
130
130
  "@microlink/ping-url": "~1.4.16",
131
- "browserless": "~13.0.0",
131
+ "browserless": "~13.1.0",
132
132
  "cacheable-lookup": "~6.1.0",
133
133
  "data-uri-regex": "~0.1.4",
134
134
  "debug-logfmt": "~1.4.10",
135
135
  "got": "~11.8.6",
136
- "html-get": "~2.22.2",
136
+ "html-get": "~2.24.3",
137
137
  "https-tls": "~1.0.24",
138
138
  "ipaddr.js": "~2.4.0",
139
139
  "is-absolute-url": "~3.0.3",