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.1.0 to 3.1.1

4

nodes/auth.js

@@ -38,6 +38,2 @@ const Nexmo = require('nexmo');

RED.httpAdmin.post('/nexmo-auth/new-voice-app', RED.auth.needsPermission('nexmo.write'), function(req,res){
var debug = (this.context().global.get('nexmoDebug') | false);
if (debug == true){
console.log(req.body);
}
const nexmo = new Nexmo({

@@ -44,0 +40,0 @@ apiKey: req.body.api_key,

2

package.json
{
"name": "node-red-contrib-nexmo",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node Red module for the Nexmo API",

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