New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spotify-to-ytmusic

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-to-ytmusic - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

package.json
{
"name": "spotify-to-ytmusic",
"version": "1.1.1",
"version": "1.1.2",
"description": "Convert songs from Spotify to YouTube Music!",

@@ -36,3 +36,3 @@ "main": "index.js",

},
"homepage": "https://itsgox.com/spotify-to-ytmusic"
"homepage": "https://github.com/itsgox/spotify-to-ytmusic"
}

@@ -22,3 +22,3 @@ # Spotify to YouTube Music

- To use **spotify-to-ytmusic**, first you need to provide your **[Spotify Credentials](https://www.avermedia.com/us/creator_central_spotify)**, in order to have access to the **Spotify API**.
- You can only provide **`Tracks`** // **`Playlists`**, **`Albums`** and **`Podcasts`** are **NOT** supported!
- You can only provide **Tracks** // **Playlists**, **Albums** and **Podcasts** are **`NOT`** supported!

@@ -53,11 +53,8 @@ ## Example

await spotifyToYoutubeMusic('https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT')
```
```javascript
await spotifyToYoutubeMusic('spotify:track:4cOdK2wGLETKBW3PvgPWqT')
```
```javascript
await spotifyToYoutubeMusic('https://api.spotify.com/v1/tracks/4cOdK2wGLETKBW3PvgPWqT')
```
```javascript
await spotifyToYoutubeMusic(['4cOdK2wGLETKBW3PvgPWqT','06JvOZ39sK8D8SqiqfaxDU'])
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc