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 1.3.2 to 1.3.3

2

lib/apis.ts

@@ -351,3 +351,3 @@ "use strict";

*/
export function launchPlayer(playerName: PlayerName, options: any) {
export function launchPlayer(playerName: PlayerName, options: any = {}) {
if (playerName === PlayerName.SpotifyWeb) {

@@ -354,0 +354,0 @@ return musicPlayerCtr.launchWebPlayer(options);

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

@@ -257,3 +257,3 @@ # cody-music

*/
launchPlayer(playerName: PlayerName, options: any)
launchPlayer(playerName: PlayerName, options: any = {})

@@ -260,0 +260,0 @@ /**

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