New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spotify-data

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-data - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

example.js
var spotify = require('./');
/*
var origUri = 'spotify:track:0NQaULcegvCCfiAD8ucCdU';

@@ -26,2 +27,6 @@ var parsed = spotify.uri.parse(origUri);

spotify.flatten('spotify:album:0AKaAXiqrwaXPSn9VNxK6N', console.log);
spotify.playlist.flatten('minigod', '5ACX9Pa6kRUWWv9ZWD5oH4', console.log);
spotify.playlist.flatten('minigod', '5ACX9Pa6kRUWWv9ZWD5oH4', console.log);
*/
spotify.playlist('minigod', '5ACX9Pa6kRUWWv9ZWD5oH4', console.log);

3

index.js

@@ -167,3 +167,4 @@ var url = require('url');

playlist: {
'playlist-id': Spotify.uri.formatURI({type:'playlist', }),
// spotify-uri supports parsing of playlist, but not formating -.-
'playlist-id': ['spotify', 'user', user, 'playlist', id].join(':'),
title: $('div.title-content').text(),

@@ -170,0 +171,0 @@ tracks: tracks,

{
"name": "spotify-data",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple spotify metadata. Supports playlist, cover art, artist, album and track.",

@@ -5,0 +5,0 @@ "keywords": [

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