🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

jingle

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jingle - npm Package Compare versions

Comparing version

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