Socket
Socket
Sign inDemoInstall

spotify-minimal-api

Package Overview
Dependencies
6
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

dist/spotify-minimal-api.cjs.js

@@ -516,3 +516,3 @@ 'use strict';

response = _context3.sent;
return _context3.abrupt("return", response);
return _context3.abrupt("return", response.items);

@@ -519,0 +519,0 @@ case 9:

@@ -512,3 +512,3 @@ var useLoginUrl = function useLoginUrl(props) {

response = _context3.sent;
return _context3.abrupt("return", response);
return _context3.abrupt("return", response.items);

@@ -515,0 +515,0 @@ case 9:

@@ -518,3 +518,3 @@ (function (global, factory) {

response = _context3.sent;
return _context3.abrupt("return", response);
return _context3.abrupt("return", response.items);

@@ -521,0 +521,0 @@ case 9:

{
"name": "spotify-minimal-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "Let's use the Spotify API data to generate a nice user experience",

@@ -5,0 +5,0 @@ "main": "dist/spotify-minimal-api.cjs.js",

@@ -49,3 +49,3 @@ // Here we can use some of the user API

const response = await request.json()
return response
return response.items
}
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