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

@types/spotify-web-api-node

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/spotify-web-api-node - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

spotify-web-api-node/index.d.ts

@@ -577,2 +577,10 @@ // Type definitions for spotify-web-api-node 4.0

/**
* Add track or episode to device queue
* @param uri URI of the track or episode to add
* @param options Options, being device_id.
* @returns A promise that if successful returns null, otherwise an error.
*/
addToQueue(uri: string, options?: DeviceOptions): Promise<Response<SpotifyApi.AddToQueueResponse>>;
/**
* Get the Current User's Connect Devices

@@ -579,0 +587,0 @@ * @param callback Optional callback method to be called instead of the promise.

8

spotify-web-api-node/package.json
{
"name": "@types/spotify-web-api-node",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for spotify-web-api-node",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +25,4 @@ "type": "git",

},
"typesPublisherContentHash": "e840a142454d1eadd4beecc5ae370a2bc14f77023950e7347ac21fe0320b7958",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "0aa2e76d046bf0fbebf2cccd73010bbf8a0eb3b7a1ce8a97d1adaeff2427a666",
"typeScriptVersion": "3.2"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spotify-web-api-node
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spotify-web-api-node.
Additional Details
* Last updated: Wed, 21 Aug 2019 15:25:21 GMT
* Dependencies: @types/spotify-api
### Additional Details
* Last updated: Thu, 05 Nov 2020 19:01:28 GMT
* Dependencies: [@types/spotify-api](https://npmjs.com/package/@types/spotify-api)
* Global values: none
# Credits
These definitions were written by Magnar Ovedal Myrtveit <https://github.com/Stadly>.
These definitions were written by [Magnar Ovedal Myrtveit](https://github.com/Stadly).

Sorry, the diff of this file is not supported yet

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