Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6 to 3.0.7

nodes/auth.html

18

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

@@ -11,3 +11,3 @@ "main": "ncco.js",

"type": "git",
"url": "git://github.com/nexmo/node-red-contrib-nexmo.git"
"url": "git://github.com/nexmo/nexmo-nodered.git"
},

@@ -32,11 +32,11 @@ "author": "Sam Machin",

"nodes": {
"ncco": "ncco.js",
"nexmo_webhooks": "webhooks.js",
"vapi_rest" : "vapi_rest.js",
"sms_rest" : "sms_rest.js",
"verify" : "verify.js",
"insight" : "insight.js",
"auth" : "auth.js"
"ncco": "nodes/ncco.js",
"nexmo_webhooks": "nodes/webhooks.js",
"vapi_rest" : "nodes/vapi_rest.js",
"sms_rest" : "nodes/sms_rest.js",
"verify" : "nodes/verify.js",
"insight" : "nodes/insight.js",
"auth" : "nodes/auth.js"
}
}
}
node-red-contrib-nexmo (beta)
===========================
<a href="http://nodered.org" target="_new">Node-RED</a> nodes for Nexmo APIs
[Node-RED](http://nodered.org) nodes for Nexmo APIs

@@ -14,2 +14,3 @@ ## Features

## Account Setup
The first time you use a node you will need to create Nexmo authentication parameters.

@@ -20,4 +21,10 @@ The SMS, Insight and Verify Nodes simply use your Nexmo API key and secret.

## Getting Started
Thisvideo will walk you through gettings started.
[![IGeting Started Video](https://img.youtube.com/vi/cfdNm1xII2A/0.jpg)](https://www.youtube.com/watch?v=cfdNm1xII2A)
In order to use the Nexmo Node-RED package you'll need to [sign-up for a Nexmo account](https://dashboard.nexmo.com/sign-up).
Once signed up, grab your API credentials (API key and secret) from the [dashboard getting started page](https://dashboard.nexmo.com/getting-started-guide).
This video will then walk you through getting started with the Nexmo Node-RED package.
[![Nexmo Node-RED Geting Started Video](https://img.youtube.com/vi/cfdNm1xII2A/0.jpg)](https://www.youtube.com/watch?v=cfdNm1xII2A)
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