Socket
Socket
Sign inDemoInstall

spotify-web-api-js

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.5.0

14

package.json
{
"name": "spotify-web-api-js",
"description": "A client-side JS wrapper for the Spotify Web API",
"version": "1.4.1",
"version": "1.5.0",
"homepage": "https://github.com/JMPerez/spotify-web-api-js",

@@ -17,11 +17,11 @@ "author": {

"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.10.1",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^25.3.0",
"lint-staged": "^10.1.5",
"jest": "^25.5.3",
"lint-staged": "^10.2.2",
"prettier": "2.0.5",
"q": "^1.4.1",
"sinon": "^9.0.0"
"sinon": "^9.0.2"
},

@@ -28,0 +28,0 @@ "jest": {

@@ -84,2 +84,3 @@ # Spotify Web API JS [![Build Status](https://travis-ci.org/JMPerez/spotify-web-api-js.svg?branch=master)](https://travis-ci.org/JMPerez/spotify-web-api-js) [![Coverage Status](https://coveralls.io/repos/JMPerez/spotify-web-api-js/badge.svg)](https://coveralls.io/r/JMPerez/spotify-web-api-js) [![Greenkeeper badge](https://badges.greenkeeper.io/JMPerez/spotify-web-api-js.svg)](https://greenkeeper.io/)

- Toggle shuffle for user's playback
- Queue a track or an episode

@@ -86,0 +87,0 @@ ## Installation

@@ -114,2 +114,6 @@ // Type definitions for The Spotify Web API (including changes March 29th 2016)

interface QueueParameterObject {
device_id?: string;
}
interface TrackRelinkingParameterObject {

@@ -116,0 +120,0 @@ market?: string;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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