Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telesignsdk

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telesignsdk - npm Package Compare versions

Comparing version 2.2.1 to 2.2.3

.vs/node_telesign/config/applicationhost.config

0

LICENSE.txt

@@ -0,0 +0,0 @@ Copyright (c) 2017 TeleSign Corp.

4

package.json
{
"name": "telesignsdk",
"version": "2.2.1",
"version": "2.2.3",
"description": "Official TeleSign SDK for Rest APIs including Messaging (SMS), Score, PhoneID, Voice, and AppVerify",

@@ -18,3 +18,3 @@ "repository": {

"request": "^2.88.0",
"urijs": "1.18.10",
"urijs": "^1.18.10",
"uuid-v4.js": "1.0.2"

@@ -21,0 +21,0 @@ },

@@ -0,0 +0,0 @@ [<img src="/node_banner.jpg">](https://developer.telesign.com)

@@ -0,0 +0,0 @@ const RestClient = require("./RestClient.js");

@@ -0,0 +0,0 @@ const RestClient = require("./RestClient.js");

@@ -0,0 +0,0 @@ const RestClient = require("./RestClient.js");

@@ -0,0 +0,0 @@ const os = require('os');

@@ -32,2 +32,4 @@ const RestClient = require('./RestClient.js');

* @param emailAddress: (Optional) End user’s email address
* @param requestRiskInsights: (Optional) Boolean value of true, false or null for reason codes
* ONLY SET IF Score 2.0 requests is enabled, confirm with your Telesign representative
*/

@@ -40,3 +42,4 @@ score(callback,

accountId = null,
emailAddress = null) {
emailAddress = null,
requestRiskInsights = null) {

@@ -58,2 +61,5 @@ var params = {

}
if (requestRiskInsights != null) {
params.request_risk_insights = requestRiskInsights;
}

@@ -60,0 +66,0 @@ this.execute(callback, "POST", this.scoreResource + encodeURI(phoneNumber), params);

@@ -0,0 +0,0 @@ const RestClient = require('./RestClient.js');

@@ -0,0 +0,0 @@ const RestClient = require('./RestClient.js');

@@ -0,0 +0,0 @@ TeleSign Node.js SDK Examples

@@ -0,0 +0,0 @@ const RestClient = require('../src/RestClient');

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