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.7.8 to 2.7.9

2

dist/lib/playerstate.js

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

const uri = spotifyAudioFeatures[i].uri;
const foundTrack = tracks.find((t) => t.uri === uri);
const foundTrack = tracksToReturn.find((t) => t.uri === uri);
if (foundTrack) {

@@ -220,0 +220,0 @@ foundTrack.features = spotifyAudioFeatures[i];

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

const uri: string = spotifyAudioFeatures[i].uri;
const foundTrack = tracks.find(
const foundTrack = tracksToReturn.find(
(t: Track) => t.uri === uri

@@ -267,0 +267,0 @@ );

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