New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sip.js

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sip.js - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

dist/sip-0.8.2.js

2

bower.json
{
"name": "sip.js",
"version": "0.8.0",
"version": "0.8.2",
"authors": [

@@ -5,0 +5,0 @@ "James Criscuolo <james@onsip.com>",

@@ -5,3 +5,3 @@ {

"description": "A simple, intuitive, and powerful JavaScript signaling library",
"version": "0.8.1",
"version": "0.8.2",
"main": "src/index.js",

@@ -8,0 +8,0 @@ "browser": {

@@ -1418,2 +1418,4 @@ "use strict";

// Session parameter initialization
this.from_tag = SIP.Utils.newTag();
options.params.from_tag = this.from_tag;

@@ -1460,5 +1462,2 @@

// Session parameter initialization
this.from_tag = SIP.Utils.newTag();
// OutgoingSession specific parameters

@@ -1465,0 +1464,0 @@ this.isCanceled = false;

@@ -935,4 +935,6 @@ "use strict";

constraints: {},
iceCheckingTimeout: 5000,
rtcConfiguration: {},
peerConnectionOptions: {
iceCheckingTimeout: 5000,
rtcConfiguration: {}
}
},

@@ -939,0 +941,0 @@

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

this.startIceCheckingTimer = function () {
if (!self.iceCheckingTimer) {
if (!self.iceCheckingTimer && options.iceCheckingTimeout) {
self.iceCheckingTimer = SIP.Timers.setTimeout(function() {

@@ -387,0 +387,0 @@ self.logger.log('RTCIceChecking Timeout Triggered after ' + options.iceCheckingTimeout + ' milliseconds');

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