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 0.0.11 to 0.0.12

6

CHANGELOG.md
# Node-Red
<p>
<b>Version 0.0.12</b><br/>
- Minor fixes
<br/>
</p>
<p>
<b>Version 0.0.11</b><br/>

@@ -5,0 +9,0 @@ - Hailing sound added. Before the first TTS message of the message queue, plays a file .mp3 to recall attention

2

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

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

@@ -490,3 +490,7 @@ module.exports = function(RED) {

RED.log.info('Moving hailing.mp3 to temp dir');
fs.createReadStream(sHailingFile).pipe(fs.createWriteStream(path.join(config.dir, sHailingFile)));
try {
fs.createReadStream(sHailingFile).pipe(fs.createWriteStream(path.join(config.dir, sHailingFile)));
} catch (error) {
}
/* // Download the file via GitHub

@@ -493,0 +497,0 @@ RED.log.info('Download hailing.mp3 from GitHub');

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