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.30 to 0.0.31

nodes/presence.html

2

nodes/event.js
module.exports = function (RED) {
const { WazoWebSocketClient } = require('@wazo/sdk');
function event(n) {

@@ -5,0 +5,0 @@ RED.nodes.createNode(this, n);

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

WazoWebSocketClient.eventLists.push('user_voicemail_message_updated');
WazoWebSocketClient.eventLists.push('stt');

@@ -8,0 +8,0 @@ function websocket(n) {

{
"name": "node-red-contrib-wazo-platform",
"version": "0.0.30",
"version": "0.0.31",
"description": "Node Red module for the Wazo Platform API",

@@ -16,3 +16,3 @@ "main": "index.js",

"dependencies": {
"@wazo/sdk": "0.26.15",
"@wazo/sdk": "0.27.0",
"ws": "^7.2.1"

@@ -39,2 +39,3 @@ },

"playback": "nodes/playback.js",
"presence": "nodes/presence.js",
"progress": "nodes/progress.js",

@@ -41,0 +42,0 @@ "trunk": "nodes/trunk.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