telesignsdk
Advanced tools
Comparing version 2.2.1 to 2.2.3
@@ -0,0 +0,0 @@ Copyright (c) 2017 TeleSign Corp. |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
289559
18
649
2
+ Addedurijs@1.19.11(transitive)
- Removedurijs@1.18.10(transitive)
Updatedurijs@^1.18.10