Socket
Socket
Sign inDemoInstall

jingle

Package Overview
Dependencies
16
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

9

lib/sessionManager.js

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

this.localStream.stop();
this.localStream = null;
this.emit('localStreamStopped');

@@ -340,3 +341,11 @@ }

Jingle.prototype.endAllPeerSessions = function () {
log('Ending all peer sessions');
var self = this;
Object.keys(this.peers).forEach(function (peer) {
self.endPeerSessions(peer);
});
};
module.exports = Jingle;

2

package.json
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "0.4.1",
"version": "0.4.2",
"author": "Lance Stout <lance@andyet.net>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/legastero/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