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.2.7 to 2.2.8

8

lib/client.ts

@@ -178,3 +178,3 @@ import axios, { AxiosInstance } from "axios";

.catch(async err => {
console.log(`${api} error: ${err.message}`);
// console.log(`${api} error: ${err.message}`);
return this.buildErrorResponse(err);

@@ -200,3 +200,3 @@ });

.catch(err => {
console.log(`${api} error: ${err.message}`);
// console.log(`${api} error: ${err.message}`);
return this.buildErrorResponse(err);

@@ -222,3 +222,3 @@ });

.catch(err => {
console.log(`${api} error: ${err.message}`);
// console.log(`${api} error: ${err.message}`);
return this.buildErrorResponse(err);

@@ -244,3 +244,3 @@ });

.catch(err => {
console.log(`${api} error: ${err.message}`);
// console.log(`${api} error: ${err.message}`);
return this.buildErrorResponse(err);

@@ -247,0 +247,0 @@ });

@@ -277,6 +277,6 @@ import { MusicUtil } from "./util";

.catch(err => {
console.log(
"Error updating itunes track loved status, error: ",
err.message
);
// console.log(
// "Error updating itunes track loved status, error: ",
// err.message
// );
return false;

@@ -283,0 +283,0 @@ });

@@ -37,6 +37,6 @@ import { MusicUtil } from "./util";

.catch(e => {
console.log(
"Error trying to identify if spotify is running on windows: ",
e.message
);
// console.log(
// "Error trying to identify if spotify is running on windows: ",
// e.message
// );
return null;

@@ -118,6 +118,6 @@ });

.catch(e => {
console.log(
"Error trying to identify if spotify is running on windows: ",
e.message
);
// console.log(
// "Error trying to identify if spotify is running on windows: ",
// e.message
// );
return null;

@@ -124,0 +124,0 @@ });

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