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

jingle

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jingle - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

6

lib/mediaSession.js

@@ -305,2 +305,3 @@ var util = require('util');

var newDesc = this.pc.remoteDescription;
var contents = changes.contents || [];
this.pc.remoteDescription.contents.forEach(function (content, idx) {

@@ -311,3 +312,3 @@ var desc = content.description;

changes.contents.forEach(function (newcontent) {
contents.forEach(function (newcontent) {
if (content.name !== newcontent.name) {

@@ -375,2 +376,3 @@ return;

var newDesc = this.pc.remoteDescription;
var contents = changes.contents || [];
this.pc.remoteDescription.contents.forEach(function (content, idx) {

@@ -381,3 +383,3 @@ var desc = content.description;

changes.contents.forEach(function (newcontent) {
contents.forEach(function (newcontent) {
if (content.name !== newcontent.name) {

@@ -384,0 +386,0 @@ return;

{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "1.5.3",
"version": "1.5.4",
"author": "Lance Stout <lance@andyet.net>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/otalk/jingle.js/issues",

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