soundcloud-api-ts 1.7.4 → 1.8.0
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
# soundcloud-api-ts
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/soundcloud-api-ts)
|
|
4
|
-
[](https://www.npmjs.com/package/soundcloud-api-ts)
|
|
5
5
|
[](https://github.com/twin-paws/soundcloud-api-ts/actions/workflows/ci.yml)
|
|
6
6
|
[](https://github.com/twin-paws/soundcloud-api-ts/blob/main/LICENSE)
|
|
7
7
|
[](https://bundlephobia.com/package/soundcloud-api-ts)
|
|
8
|
+
[](https://packagephobia.com/result?p=soundcloud-api-ts)
|
|
8
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
+
[](https://nodejs.org/)
|
|
9
11
|
[]()
|
|
10
12
|
[](https://twin-paws.github.io/soundcloud-api-ts/)
|
|
13
|
+
[](https://github.com/twin-paws/soundcloud-api-ts)
|
|
11
14
|
|
|
12
15
|
A fully-typed TypeScript client for the SoundCloud API. Zero dependencies, native `fetch`, built-in OAuth 2.1 + PKCE, automatic retry, and an interactive CLI.
|
|
13
16
|
|
|
@@ -29,6 +32,7 @@ A fully-typed TypeScript client for the SoundCloud API. Zero dependencies, nativ
|
|
|
29
32
|
| --- | --- | --- | --- |
|
|
30
33
|
| TypeScript | ✅ Native | ✅ | ✅ |
|
|
31
34
|
| Dependencies | **0** | 1 | 3 (lodash, cookie, undici) |
|
|
35
|
+
| Install size | **972 KB** | 372 KB | **7.9 MB** |
|
|
32
36
|
| Auth method | **Official OAuth 2.1** | ⚠️ Scrape client ID from browser | ⚠️ Scrape client ID from browser |
|
|
33
37
|
| PKCE support | ✅ | ❌ | ❌ |
|
|
34
38
|
| Auto token refresh | ✅ on 401 | ❌ | ❌ |
|
package/package.json
CHANGED