Socket
Socket
Sign inDemoInstall

sdp

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdp - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "sdp",
"version": "0.2.0",
"version": "0.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": "sdp.js",

@@ -225,2 +225,3 @@ var _ = require('underscore');

payload.parameters = payload.parameters || [];
if (payload.parameters.length) {

@@ -237,2 +238,3 @@ var parameters = [];

payload.feedback = payload.feedback || [];
each(payload.feedback, function (fb) {

@@ -239,0 +241,0 @@ self.attributes.push({

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