sdp-jingle-json
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -20,3 +20,4 @@ var SENDERS = require('./senders'); | ||
contents.forEach(function (content) { | ||
if (content.description.sources.length) { | ||
if (content.description.sources && | ||
content.description.sources.length) { | ||
hasSources = true; | ||
@@ -23,0 +24,0 @@ } |
{ | ||
"name": "sdp-jingle-json", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A parser/serializer for SDP to JSON. Useful for converting SDP to other formats like Jingle for WebRTC signalling", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59630
1388