New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@svrooij/sonos

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svrooij/sonos - npm Package Compare versions

Comparing version 2.4.1-beta.2 to 2.4.1-beta.3

6

lib/helpers/metadata-helper.js

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

const parts = trackUri.split(':');
if (parts.length === 3 && parts[0] === 'spotify') {
if ((parts.length === 3 || parts.length === 5) && parts[0] === 'spotify') {
return MetadataHelper.guessSpotifyMetadata(trackUri, parts[1], spotifyRegion);

@@ -257,4 +257,4 @@ }

case 'playlist':
track.TrackUri = `x-rincon-cpcontainer:1006206${spotifyUri}?sid=9&flags=8300&sn=7`;
track.ItemId = `10062a6c${spotifyUri}`;
track.TrackUri = `x-rincon-cpcontainer:1006206c${spotifyUri}?sid=9&flags=8300&sn=7`;
track.ItemId = `1006206c${spotifyUri}`;
track.Title = 'Spotify playlist';

@@ -261,0 +261,0 @@ track.UpnpClass = 'object.container.playlistContainer';

{
"name": "@svrooij/sonos",
"version": "2.4.1-beta.2",
"version": "2.4.1-beta.3",
"description": "A node library to control your sonos devices, written in typescript",

@@ -5,0 +5,0 @@ "main": "lib/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