@unavatar/core 3.45.7 → 3.45.9

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 +2 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,6 @@
32
32
  - [Discord](#discord)
33
33
  - [Docker Hub](#docker-hub)
34
34
  - [Domain](#domain)
35
- - [Douban](#douban)
36
35
  - [Dribbble](#dribbble)
37
36
  - [DuckDuckGo](#duckduckgo)
38
37
  - [Email](#email)
@@ -105,13 +104,13 @@ Last updated on June 14, 2026
105
104
 
106
105
  ## Introduction
107
106
 
108
- **unavatar.io** retrieves anyone's avatar from a single URL — by username, email, or domain — across 73 platforms including [Instagram](https://unavatar.io/docs#instagram), [GitHub](https://unavatar.io/docs#github), [YouTube](https://unavatar.io/docs#youtube), [X/Twitter](https://unavatar.io/docs#xtwitter), and [Gravatar](https://unavatar.io/docs#gravatar). No API keys, no SDKs, free to start.
107
+ **unavatar.io** retrieves anyone's avatar from a single URL — by username, email, or domain — across 72 platforms including [Instagram](https://unavatar.io/docs#instagram), [GitHub](https://unavatar.io/docs#github), [YouTube](https://unavatar.io/docs#youtube), [X/Twitter](https://unavatar.io/docs#xtwitter), and [Gravatar](https://unavatar.io/docs#gravatar). No API keys, no SDKs, free to start.
109
108
 
110
109
  Try it: [unavatar.io/github/kikobeats](https://unavatar.io/github/kikobeats) · [unavatar.io/x/josebaseba](https://unavatar.io/x/josebaseba) · [unavatar.io/domain/reddit.com](https://unavatar.io/domain/reddit.com)
111
110
 
112
111
  Everything you need to serve avatars at scale:
113
112
 
114
- - **Versatile**: One endpoint rules 73 platforms and services — [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), and more — all queried the same way.
113
+ - **Versatile**: One endpoint rules 72 platforms and services — [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), and more — all queried the same way.
115
114
 
116
115
  - **Battle-tested**: Already serving 9.59 TB of avatars across 258.5M requests, with a 92% cache hit rate.
117
116
 
@@ -669,12 +668,6 @@ Retrieve logos and favicons from any hostname with a single URL. Domain-shaped p
669
668
 
670
669
  e.g., [unavatar.io/domain/microlink.io](https://unavatar.io/domain/microlink.io)
671
670
 
672
- ### Douban
673
-
674
- Get any Douban user's profile picture by their username.
675
-
676
- e.g., [unavatar.io/douban/ahbei](https://unavatar.io/douban/ahbei)
677
-
678
671
  ### Dribbble
679
672
 
680
673
  Get any Dribbble designer's profile picture by their 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.45.7",
5
+ "version": "3.45.9",
6
6
  "main": "src/index.js",
7
7
  "exports": {
8
8
  ".": "./src/index.js",