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

@twilio/voice-sdk

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/voice-sdk - npm Package Compare versions

Comparing version 2.12.1 to 2.12.2

8

CHANGELOG.md
:warning: **Important**: If you are upgrading to version 2.3.0 or later and have firewall rules or network configuration that blocks any unknown traffic by default, you need to update your configuration to allow connections to the new DNS names and IP addresses. Please refer to this [changelog](#230-january-23-2023) for more details.
2.12.2 (November 12, 2024)
==========================
Bug Fixes
---------
- Fixed an issue where the `chunderw` parameter is not being used during signaling reconnection. Note that this parameter is intended solely for testing purposes.
2.12.1 (August 30, 2024)

@@ -4,0 +12,0 @@ ========================

2

es5/twilio/constants.d.ts

@@ -10,3 +10,3 @@ /**

declare const PACKAGE_NAME = "@twilio/voice-sdk";
declare const RELEASE_VERSION = "2.12.1";
declare const RELEASE_VERSION = "2.12.2";
declare const SOUNDS_BASE_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0";

@@ -13,0 +13,0 @@ declare const COWBELL_AUDIO_URL: string;

@@ -14,3 +14,3 @@ "use strict";

exports.PACKAGE_NAME = PACKAGE_NAME;
var RELEASE_VERSION = '2.12.1';
var RELEASE_VERSION = '2.12.2';
exports.RELEASE_VERSION = RELEASE_VERSION;

@@ -17,0 +17,0 @@ var SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0';

@@ -403,2 +403,6 @@ /// <reference types="node" />

/**
* Get chunderws array from the chunderw param
*/
private _getChunderws;
/**
* Utility function to log device options

@@ -405,0 +409,0 @@ */

@@ -10,3 +10,3 @@ /**

declare const PACKAGE_NAME = "@twilio/voice-sdk";
declare const RELEASE_VERSION = "2.12.1";
declare const RELEASE_VERSION = "2.12.2";
declare const SOUNDS_BASE_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0";

@@ -13,0 +13,0 @@ declare const COWBELL_AUDIO_URL: string;

@@ -10,3 +10,3 @@ /**

const PACKAGE_NAME = '@twilio/voice-sdk';
const RELEASE_VERSION = '2.12.1';
const RELEASE_VERSION = '2.12.2';
const SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0';

@@ -13,0 +13,0 @@ const COWBELL_AUDIO_URL = `${SOUNDS_BASE_URL}/cowbell.mp3?cache=${RELEASE_VERSION}`;

@@ -403,2 +403,6 @@ /// <reference types="node" />

/**
* Get chunderws array from the chunderw param
*/
private _getChunderws;
/**
* Utility function to log device options

@@ -405,0 +409,0 @@ */

@@ -11,3 +11,3 @@ /**

const PACKAGE_NAME = '@twilio/voice-sdk';
const RELEASE_VERSION = '2.12.1';
const RELEASE_VERSION = '2.12.2';
const SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0';

@@ -14,0 +14,0 @@ const COWBELL_AUDIO_URL = `${SOUNDS_BASE_URL}/cowbell.mp3?cache=${RELEASE_VERSION}`;

{
"name": "@twilio/voice-sdk",
"version": "2.12.1",
"version": "2.12.2",
"description": "Twilio's JavaScript Voice SDK",

@@ -5,0 +5,0 @@ "main": "./es5/twilio.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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