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 to 2.4.2-beta.1

12

lib/sonos-device.js

@@ -1215,3 +1215,9 @@ "use strict";

}
await this.AVTransportService.SetAVTransportURI({ InstanceID: 0, CurrentURI: originalMediaInfo.CurrentURI, CurrentURIMetaData: originalMediaInfo.CurrentURIMetaData });
await this.AVTransportService.SetAVTransportURI({
InstanceID: 0,
CurrentURI: originalMediaInfo.CurrentURI,
CurrentURIMetaData: originalMediaInfo.CurrentURIMetaData,
}).catch((err) => {
this.debug('Error settingAVTransportURI, but this shouldn\'t stop the queue: %o', err);
});
if (options.delayMs !== undefined)

@@ -1234,3 +1240,5 @@ await async_helper_1.default.Delay(options.delayMs);

if (originalState === models_1.TransportState.Playing || originalState === models_1.TransportState.Transitioning) {
await this.AVTransportService.Play({ InstanceID: 0, Speed: '1' });
await this.AVTransportService.Play({ InstanceID: 0, Speed: '1' }).catch((err) => {
this.debug('Reverting back track time failed, happens for some music services (radio or stream). %o', err);
});
}

@@ -1237,0 +1245,0 @@ }

2

package.json
{
"name": "@svrooij/sonos",
"version": "2.4.1",
"version": "2.4.2-beta.1",
"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