Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-spotify

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-spotify - npm Package Compare versions

Comparing version 0.4.21 to 0.4.22

Readme.md

2

package.json
{
"name": "graphql-spotify",
"version": "0.4.21",
"version": "0.4.22",
"description": "GraphQL Schema And Resolvers For Spotify Web API",

@@ -5,0 +5,0 @@ "main": "dist/lib.js",

@@ -6,2 +6,3 @@ const RootQuery = `

Returns the most recent 50 tracks played by a user
Required Scope: **user-read-recently-played**
"""

@@ -29,4 +30,6 @@ recentlyPlayed: [PlayHistory]

"""
categories(limit: Int, offset: Int): Paging
categories(limit: Int, offset: Int, country: String, locale: String): Paging
"""
Save one or more tracks to the current user’s ‘Your Music’ library
Required Scope: **user-library-modify**
"""

@@ -33,0 +36,0 @@ recommendations(parameters: RecommendationParameters): RecommendationsResponse

@@ -20,2 +20,3 @@ const Track = `

saved in the user's library
Required Scope: **user-library-read**
"""

@@ -22,0 +23,0 @@ saved: Boolean

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