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

node-red-contrib-sonospollytts

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sonospollytts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

CHANGELOG.md
# Node-Red
<p>
<b>Version 1.0.5</b><br/>
- respect Node-RED httpRoot setting (this is necessary e.g. in environments where Node-RED runs behind a reverse proxy on a non-root path). Thanks @hobbyquaker.<br/>
</p>
<p>
<b>Version 1.0.4</b><br/>

@@ -4,0 +8,0 @@ - Little minor update<br/>

2

package.json
{
"name": "node-red-contrib-sonospollytts",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node-Red TTS with Sonos and Amazon Polly",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -464,4 +464,5 @@ module.exports = function(RED) {

// Store Noder-Red complete URL
sNoderedURL="http://"+ config.noderedipaddress + ":" + config.noderedport;
sNoderedURL="http://"+ config.noderedipaddress + ":" + config.noderedport + RED.settings.httpRoot;
RED.log.info('Node-Red URL: ' + sNoderedURL);
// Create sonos client

@@ -468,0 +469,0 @@ SonosClient = new sonos.Sonos(sSonosIPAddress);

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