New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.8 to 2.0.9

10

lib/apis.ts

@@ -387,2 +387,12 @@ "use strict";

playlists = await playlist.getPlaylists();
} else {
let playlistNames: string[] = await getPlaylistNames(player);
if (playlistNames) {
playlists = playlistNames.map(name => {
let playlistItem: PlaylistItem = new PlaylistItem();
playlistItem.public = false;
playlistItem.name = name;
return playlistItem;
});
}
}

@@ -389,0 +399,0 @@

1

lib/models.ts

@@ -106,5 +106,4 @@ export enum PlayerType {

id: string = "";
tracks: Track[] = [];
collaborative: boolean = false;
public: boolean = true;
}
{
"name": "cody-music",
"version": "2.0.8",
"version": "2.0.9",
"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