telesignsdk
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "telesignsdk", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Official TeleSign SDK for Rest APIs including Messaging (SMS), Score, PhoneID, Voice, and AppVerify", | ||
@@ -14,5 +14,4 @@ "repository": { | ||
"dependencies": { | ||
"node-fetch": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
}, | ||
"keywords": [ | ||
@@ -19,0 +18,0 @@ "Telesign", |
@@ -21,2 +21,3 @@ class RequestWrapper { | ||
function fetchWithTimeout(url, options) { | ||
const fetch = require('node-fetch'); | ||
return Promise.race([ | ||
@@ -23,0 +24,0 @@ fetch(url, options), |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
138078
1689
1
1
+ Addednode-fetch@^2.7.0
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)