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.6.0-beta.8 to 2.6.0-beta.9

2

lib/helpers/xml-helper.js

@@ -69,2 +69,4 @@ "use strict";

return undefined;
if (input.indexOf('<') === -1)
return input;
const inputToParse = input.indexOf('\\"') > -1 ? input.replace('\\"', '"') : input;

@@ -71,0 +73,0 @@ const xmlDocument = (0, parse_xml_1.parseXml)(inputToParse);

2

package.json
{
"name": "@svrooij/sonos",
"version": "2.6.0-beta.8",
"version": "2.6.0-beta.9",
"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