Socket
Socket
Sign inDemoInstall

spotify-api-types

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.8 to 0.3.9

6

dist/v1/rest/misc.d.ts

@@ -28,11 +28,11 @@ import type { Limit_O, Market_O } from "./util";

*/
seed_artists: string;
seed_artists: Array<string>;
/**
* A comma separated list of any genres in the set of available genre seeds. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`
*/
seed_genres: string;
seed_genres: Array<string>;
/**
* A comma separated list of Spotify IDs for a seed track. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`
*/
seed_tracks: string;
seed_tracks: Array<string>;
min_acousticness?: number;

@@ -39,0 +39,0 @@ max_acousticness?: number;

{
"name": "spotify-api-types",
"version": "0.3.8",
"version": "0.3.9",
"description": "Type definitions for Spotify API",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc