🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

jingle-media-session

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jingle-media-session - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+4
-0
index.js

@@ -18,2 +18,6 @@ var util = require('util');

content.application.sources = content.application.sources.filter(function (source) {
// if there's no msid, ignore it
if (source.parameters.length < 2) {
return false;
}
return stream.id === source.parameters[1].value.split(' ')[0];

@@ -20,0 +24,0 @@ });

+1
-1
{
"name": "jingle-media-session",
"version": "2.2.1",
"version": "2.2.2",
"author": "Lance Stout <lance@andyet.net>",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/otalk/jingle-media-session/issues",

Sorry, the diff of this file is not supported yet

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