New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-nexmo

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-nexmo - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

6

nodes/ncco.js

@@ -181,2 +181,3 @@ var mustache = require("mustache");

this.sipuri = mustache.render(config.sipuri, data);
this.extension = mustache.render(config.extension, data);
this.headers = mustache.render(config.headers, data);

@@ -227,2 +228,7 @@ this.from = mustache.render(config.from, data);

ncco.endpoint= [ep]
}else if (this.endpoint == "vbc"){
var ep = {}
ep.type = "vbc"
ep.extension = this.extension
ncco.endpoint= [ep]
}

@@ -229,0 +235,0 @@ clean(ncco);

@@ -180,2 +180,3 @@ const Nexmo = require('nexmo');

this.sipuri = mustache.render(config.sipuri, data);
this.extension = mustache.render(config.extension, data);
this.headers = mustache.render(config.headers, data);

@@ -212,2 +213,6 @@ this.from = mustache.render(config.from, data);

ep.headers = JSON.parse(this.headers)
} else if (this.endpoint == "vbc"){
var ep = {}
ep.type = "vbc"
ep.extension = this.extension
}

@@ -214,0 +219,0 @@ var request = {

2

package.json
{
"name": "node-red-contrib-nexmo",
"version": "3.0.7",
"version": "3.0.8",
"description": "Node Red module for an Nexmo API",

@@ -5,0 +5,0 @@ "main": "ncco.js",

Sorry, the diff of this file is not supported yet

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