Socket
Socket
Sign inDemoInstall

twilio-transport

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-transport - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3-rc1

2

lib/transport.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const transporterror_1 = require("./transporterror");
const XHR = global['XmlHttpRequest'] || require('xmlhttprequest').XMLHttpRequest;
const XHR = global['XMLHttpRequest'] || require('xmlhttprequest').XMLHttpRequest;
function parseResponseHeaders(headerString) {

@@ -6,0 +6,0 @@ if (!headerString) {

{
"name": "twilio-transport",
"version": "0.3.2",
"version": "0.3.3-rc1",
"description": "Twilio generic transport interface",

@@ -5,0 +5,0 @@ "main": "lib/transport.js",

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