Socket
Socket
Sign inDemoInstall

jingle

Package Overview
Dependencies
48
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.6.2

8

index.js

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

{DtlsSrtpKeyAgreement: true},
{RtpDataChannesl: false}
{RtpDataChannels: false}
]

@@ -155,3 +155,3 @@ },

parent: this,
iceServers: this.config.peerConnectionConfig.iceServers,
iceServers: this.iceServers,
constraints: this.config.peerConnectionConstraints

@@ -381,3 +381,5 @@ });

descriptionTypes: descriptionTypes,
transportTypes: transportTypes
transportTypes: transportTypes,
iceServers: this.iceServers,
constraints: this.peerConnectionConstraints
}, req);

@@ -384,0 +386,0 @@ }

{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "1.6.1",
"version": "1.6.2",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc