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.9.4 to 2.9.5

14

dist/lib/controller.js

@@ -130,8 +130,14 @@ "use strict";

if (launchResult && launchResult.error) {
// try it with START
launchResult = await this.startWindowsPlayer("START SPOTIFY");
// try with roaming/spotify
launchResult = await this.startWindowsPlayer("%APPDATA%/Roaming/Spotify/Spotify.exe");
if (launchResult && launchResult.error) {
launchResult = await this.startWindowsPlayer("spotify");
// try it with START
launchResult = await this.startWindowsPlayer("START SPOTIFY");
if (launchResult && launchResult.error) {
launchResult = await this.startWindowsPlayer("spotify.exe");
// try with just spotify
launchResult = await this.startWindowsPlayer("spotify");
if (launchResult && launchResult.error) {
// try with spotify exe
launchResult = await this.startWindowsPlayer("spotify.exe");
}
}

@@ -138,0 +144,0 @@ }

@@ -149,12 +149,22 @@ import { MusicUtil } from "./util";

if (launchResult && launchResult.error) {
// try it with START
// try with roaming/spotify
launchResult = await this.startWindowsPlayer(
"START SPOTIFY"
"%APPDATA%/Roaming/Spotify/Spotify.exe"
);
if (launchResult && launchResult.error) {
launchResult = await this.startWindowsPlayer("spotify");
// try it with START
launchResult = await this.startWindowsPlayer(
"START SPOTIFY"
);
if (launchResult && launchResult.error) {
// try with just spotify
launchResult = await this.startWindowsPlayer(
"spotify.exe"
"spotify"
);
if (launchResult && launchResult.error) {
// try with spotify exe
launchResult = await this.startWindowsPlayer(
"spotify.exe"
);
}
}

@@ -161,0 +171,0 @@ }

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