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

sdp-jingle-json

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdp-jingle-json - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

lib/tosdp.js

@@ -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",

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