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

telesignsdk

Package Overview
Dependencies
Maintainers
0
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 3.0.0 to 3.0.1

5

package.json
{
"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",

1

src/RequestWrapper.js

@@ -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),

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