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

node-red-contrib-wazo-platform

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-wazo-platform - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

images/example2.png

10

nodes/websocket.js

@@ -49,2 +49,10 @@ module.exports = function (RED) {

fill:"green",
shape:"ring",
text: "connecting"
});
});
wazo_ws.on('initialized', () => {
node.status({
fill:"green",
shape:"dot",

@@ -66,3 +74,3 @@ text: "connected"

fill:"red",
shape:"ring",
shape:"dot",
text: "disconnected (error)"

@@ -69,0 +77,0 @@ });

3

package.json
{
"name": "node-red-contrib-wazo-platform",
"version": "0.0.8",
"version": "0.0.9",
"description": "Node Red module for the Wazo Platform API",

@@ -29,2 +29,3 @@ "main": "index.js",

"auth": "nodes/auth.js",
"call": "nodes/call.js",
"dtmf": "nodes/dtmf.js",

@@ -31,0 +32,0 @@ "hangup": "nodes/hangup.js",

@@ -22,1 +22,5 @@ # node-red-contrib-wazo-platform

![example1](images/example1.png?raw=true)
### Small IVR
![example2](images/example2.png?raw=true)
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