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

cody-music

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cody-music - npm Package Compare versions

Comparing version 2.6.89 to 2.6.90

2

dist/lib/playlist.js

@@ -204,3 +204,3 @@ "use strict";

qsOptions["fields"] =
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists))";
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists,popularity))";
const api = `/v1/playlists/${playlist_id}/tracks`;

@@ -207,0 +207,0 @@ let codyResp = await musicClient.spotifyApiGet(api, qsOptions);

@@ -274,3 +274,3 @@ import { MusicClient, SPOTIFY_ROOT_API } from "./client";

qsOptions["fields"] =
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists))";
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists,popularity))";

@@ -277,0 +277,0 @@ const api = `/v1/playlists/${playlist_id}/tracks`;

{
"name": "cody-music",
"version": "2.6.89",
"version": "2.6.90",
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control",

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

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