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

node-red-contrib-play-audio

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-play-audio - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

package.json
{
"name": "node-red-contrib-play-audio",
"version": "2.2.3",
"version": "2.2.4",
"description": "A node-red node for playing audio in the browser",

@@ -5,0 +5,0 @@ "scripts": {

@@ -21,2 +21,3 @@ /**

RED.nodes.createNode(this,config);
this.voice = config.voice || 0;
var node = this;

@@ -28,3 +29,3 @@ this.on('input', function(msg) {

else if (typeof msg.payload === "string") {
RED.comms.publish("playtts", msg.payload);
RED.comms.publish("playtts", node.voice+"#"+msg.payload);
}

@@ -31,0 +32,0 @@ });

Sorry, the diff of this file is not supported yet

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