Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cody-music

Package Overview
Dependencies
Maintainers
5
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.34 to 2.9.35

9

dist/lib/client.js

@@ -13,13 +13,10 @@ "use strict";

const spotifyClient = axios_1.default.create({
baseURL: exports.SPOTIFY_ROOT_API,
timeout: 5000
baseURL: exports.SPOTIFY_ROOT_API
});
const spotifyAccountClient = axios_1.default.create({
baseURL: "https://accounts.spotify.com",
headers: { "Content-Type": "application/x-www-form-urlencoded" },
timeout: 5000
headers: { "Content-Type": "application/x-www-form-urlencoded" }
});
const itunesSearchClient = axios_1.default.create({
baseURL: "https://itunes.apple.com",
timeout: 5000
baseURL: "https://itunes.apple.com"
});

@@ -26,0 +23,0 @@ // genres

@@ -10,13 +10,10 @@ import axios, { AxiosInstance } from "axios";

const spotifyClient: AxiosInstance = axios.create({
baseURL: SPOTIFY_ROOT_API,
timeout: 5000
baseURL: SPOTIFY_ROOT_API
});
const spotifyAccountClient: AxiosInstance = axios.create({
baseURL: "https://accounts.spotify.com",
headers: { "Content-Type": "application/x-www-form-urlencoded" },
timeout: 5000
headers: { "Content-Type": "application/x-www-form-urlencoded" }
});
const itunesSearchClient: AxiosInstance = axios.create({
baseURL: "https://itunes.apple.com",
timeout: 5000
baseURL: "https://itunes.apple.com"
});

@@ -23,0 +20,0 @@

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