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.16 to 1.0.17

2

nodes/add_to_node.js

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

try {
const callNode = await node.client.addCallNodes(application_uuid, node.node_uuid, call_id);
const callNode = await node.client.addCallNodes(application_uuid, node_uuid, call_id);
node.log(`Add call to existing node ${node.node_uuid}`);

@@ -23,0 +23,0 @@ msg.payload.call_id = call_id;

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

@@ -5,0 +5,0 @@ "main": "index.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