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.64 to 2.6.65

3

dist/lib/apis.js

@@ -206,3 +206,4 @@ "use strict";

// itunes desktop try
if (musicStore.itunesDesktopEnabled && musicStore.itunesAccessGranted) {
if (musicStore.itunesDesktopTrackingEnabled &&
musicStore.itunesAccessGranted) {
// still no track or it's paused, try itunes desktop

@@ -209,0 +210,0 @@ const itunesDesktopRunning = await isPlayerRunning(models_1.PlayerName.ItunesDesktop);

@@ -243,3 +243,6 @@ "use strict";

// itunes desktop try
if (musicStore.itunesDesktopEnabled && musicStore.itunesAccessGranted) {
if (
musicStore.itunesDesktopTrackingEnabled &&
musicStore.itunesAccessGranted
) {
// still no track or it's paused, try itunes desktop

@@ -246,0 +249,0 @@ const itunesDesktopRunning = await isPlayerRunning(

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