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.15 to 2.9.16

2

dist/lib/controller.js

@@ -124,2 +124,3 @@ "use strict";

async startPlayer(player, options = {}) {
console.log(`starting ${player}`);
let launchResult = "ok";

@@ -597,2 +598,3 @@ if (musicUtil.isWindows()) {

launchApp(player) {
console.log(`launch ${player} app`);
if (player === models_1.PlayerName.ItunesDesktop) {

@@ -599,0 +601,0 @@ return this.startPlayer(models_1.PlayerName.ItunesDesktop);

@@ -138,2 +138,3 @@ import { MusicUtil } from "./util";

async startPlayer(player: string, options: any = {}): Promise<any> {
console.log(`starting ${player}`);
let launchResult: any = "ok";

@@ -677,2 +678,3 @@ if (musicUtil.isWindows()) {

public launchApp(player: PlayerName) {
console.log(`launch ${player} app`);
if (player === PlayerName.ItunesDesktop) {

@@ -679,0 +681,0 @@ return this.startPlayer(PlayerName.ItunesDesktop);

2

package.json
{
"name": "cody-music",
"version": "2.9.15",
"version": "2.9.16",
"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