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.25 to 2.9.26

9

dist/lib/playerstate.js

@@ -250,11 +250,2 @@ "use strict";

}
if (!genre) {
// get the genre
try {
genre = await musicController.getGenre(t.artist, t.name);
}
catch (e) {
//
}
}
if (genre) {

@@ -261,0 +252,0 @@ t.genre = genre;

@@ -299,13 +299,2 @@ import { MusicUtil } from "./util";

}
if (!genre) {
// get the genre
try {
genre = await musicController.getGenre(
t.artist,
t.name
);
} catch (e) {
//
}
}
if (genre) {

@@ -312,0 +301,0 @@ t.genre = genre;

2

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