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 1.0.27 to 1.0.28

nodes/hangup_call.html

1

nodes/config.js

@@ -26,2 +26,3 @@ global.window = global;

WazoWebSocketClient.eventLists.push('user_edited');
WazoWebSocketClient.eventLists.push('call_push_notification');

@@ -28,0 +29,0 @@

10

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

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

"dependencies": {
"@wazo/sdk": "0.35.10",
"@wazo/sdk": "0.37.22",
"request": "^2.88.2",
"ws": "^7.5.2",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"ws": "^8.3.0"
},

@@ -41,2 +41,3 @@ "keywords": [

"hangup": "nodes/hangup.js",
"hangup_call": "nodes/hangup_call.js",
"hold": "nodes/hold.js",

@@ -49,2 +50,3 @@ "unhold": "nodes/unhold.js",

"new_call": "nodes/new_call.js",
"make_call": "nodes/make_call.js",
"remove_call": "nodes/remove_call.js",

@@ -51,0 +53,0 @@ "create_node": "nodes/create_node.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