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.6.65 to 2.6.66

4

dist/lib/controller.js

@@ -314,4 +314,6 @@ "use strict";

trackId = musicUtil.createUriFromTrackId(trackId);
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId);
if (playlistId) {
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId);
}
if (playlistId) {
this.playTrackInContext(models_1.PlayerName.SpotifyDesktop, [

@@ -318,0 +320,0 @@ trackId,

@@ -346,3 +346,5 @@ import { MusicUtil } from "./util";

trackId = musicUtil.createUriFromTrackId(trackId);
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId);
if (playlistId) {
playlistId = musicUtil.createPlaylistUriFromPlaylistId(playlistId);
}

@@ -349,0 +351,0 @@ if (playlistId) {

{
"name": "cody-music",
"version": "2.6.65",
"version": "2.6.66",
"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